diff --git a/.github/workflows/wakatime.yml b/.github/workflows/wakatime.yml index 2a6e8ed..cbd5e6a 100644 --- a/.github/workflows/wakatime.yml +++ b/.github/workflows/wakatime.yml @@ -3,7 +3,7 @@ name: Wakatime on: workflow_dispatch: # for manual workflow trigger schedule: - - cron: '0 8 * * *' # runs at every 12AM UTC + - cron: '0 8 * * *' # runs at every 8AM UTC jobs: update-readme: @@ -12,4 +12,8 @@ jobs: steps: - uses: athul/waka-readme@master with: - WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} \ No newline at end of file + WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} + COMMIT_MESSGAE: 'Updated wakatime stats.' + TIME_RANGE: all_time + SHOW_TOTAL: true + SHOW_MASKED_TIME: true \ No newline at end of file