Delete wakatime.yml

This commit is contained in:
youngchief btw ツ 2023-04-09 07:24:44 -07:00 committed by GitHub
parent 438a3d9505
commit 1b4646cd1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
name: Wakatime
on:
workflow_dispatch: # for manual workflow trigger
schedule:
- cron: '0 8 * * *' # runs at every 8AM UTC
jobs:
wakatime:
name: Wakatime
runs-on: ubuntu-latest
steps:
- uses: athul/waka-readme@master
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
COMMIT_MESSAGE: 'Updated wakatime stats.'
TIME_RANGE: all_time
SHOW_TOTAL: true
SHOW_MASKED_TIME: true