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:
|
||||
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 }}
|
||||
|
||||
Reference in New Issue
Block a user