Update update_stats.yml

This commit is contained in:
2024-11-03 13:14:11 -05:00
committed by GitHub
parent 349f8eec74
commit 0cb3851bd6

View File

@@ -2,14 +2,14 @@ name: Wakapi Update Stats
on:
schedule:
- cron: '0 */6 * * *'
- cron: '0 */12 * * *'
workflow_dispatch:
jobs:
update-readme:
name: Update Readme with Metrics
runs-on: ubuntu-latest
steps:
- uses: xyvs/wakapi-readme-stats@v0.2
- uses: xyvs/wakapi-readme-stats@1.0
with:
WAKATIME_URL: ${{ secrets.WAKATIME_URL }}
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}