Update wakatime action.

This commit is contained in:
youngchief btw ツ 2022-11-23 14:12:06 -08:00
parent 43901b8b57
commit b66594bf2f
Signed by: youngchief
GPG Key ID: D0B82F3B62643A2D
1 changed files with 6 additions and 2 deletions

View File

@ -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 }}
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
COMMIT_MESSGAE: 'Updated wakatime stats.'
TIME_RANGE: all_time
SHOW_TOTAL: true
SHOW_MASKED_TIME: true