From b66594bf2f67786ed12ec14616e7b22afe1b6cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?youngchief=20btw=20=E3=83=84?= Date: Wed, 23 Nov 2022 14:12:06 -0800 Subject: [PATCH] Update wakatime action. --- .github/workflows/wakatime.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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