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: on:
schedule: schedule:
- cron: '0 */6 * * *' - cron: '0 */12 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
update-readme: update-readme:
name: Update Readme with Metrics name: Update Readme with Metrics
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: xyvs/wakapi-readme-stats@v0.2 - uses: xyvs/wakapi-readme-stats@1.0
with: with:
WAKATIME_URL: ${{ secrets.WAKATIME_URL }} WAKATIME_URL: ${{ secrets.WAKATIME_URL }}
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}