From 0cb3851bd6cab825eb213f8132b18d8955967c53 Mon Sep 17 00:00:00 2001 From: Fran Date: Sun, 3 Nov 2024 13:14:11 -0500 Subject: [PATCH] Update update_stats.yml --- .github/workflows/update_stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_stats.yml b/.github/workflows/update_stats.yml index 7e11298..55a9abe 100644 --- a/.github/workflows/update_stats.yml +++ b/.github/workflows/update_stats.yml @@ -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 }}