waka-readme-stats icon indicating copy to clipboard operation
waka-readme-stats copied to clipboard

Manual actions -- Workflow

Open krakxn opened this issue 3 years ago • 1 comments

The bot does not seem to commit any changes when I run actions manually; when I run the actions manually, there seems to be no commits by the bot even though the workflow runs successfully.

Is there any way for the bot to commit changes? I need to verify results of the updated with parameters in the .yml file to see how it looks.

Does COMMIT_BY_ME: "True" fix this?

Let me know how to do so, cheers.

EDIT: So, whenever I run the workflow manually, the bot indeed commits now but the changes are just the following everytime:

image

i.e., just a blank whitespace.

This is my .yml file: I have SHOW_COMMIT: "True" enabled though, so at least that should be committed by the bot and hence, show up.

 with:
          WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
          GH_TOKEN: ${{ secrets.GH_TOKEN }}
          COMMIT_BY_ME: "False"
          COMMIT_MESSAGE: "automated updates — dev. metrics"
          SHOW_UPDATED_DATE: "False" 
          SHOW_LINES_OF_CODE: "False"
          SHOW_TOTAL_CODE_TIME: "False"
          SHOW_PROFILE_VIEWS: "False"
          SHOW_COMMIT: "True"
          SHOW_DAYS_OF_WEEK: "False"
          SHOW_LANGUAGE: "False"
          SHOW_OS: "False"
          SHOW_PROJECTS: "False"
          SHOW_TIMEZONE: "False"
          SHOW_EDITORS: "False"
          SHOW_LANGUAGE_PER_REPO: "False"
          SHOW_SHORT_INFO: "False"
          SHOW_LOC_CHART: "False"

krakxn avatar Sep 22 '22 13:09 krakxn

Let us know whether this is fixed now.

pseusys avatar Feb 26 '23 14:02 pseusys