mirror of
https://github.com/franrgb/franrgb.git
synced 2026-02-12 03:08:57 -08:00
Update update_stats.yml
This commit is contained in:
4
.github/workflows/update_stats.yml
vendored
4
.github/workflows/update_stats.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user