Skip to content

Commit

Permalink
workflow: update badge
Browse files Browse the repository at this point in the history
  • Loading branch information
luohancfd committed Sep 23, 2024
1 parent 3a2f226 commit d475914
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/refresh_stats.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Refresh stats
on:
push:
schedule:
- cron: '0 0 * * *'

jobs:
readme:
runs-on: ubuntu-latest
steps:
- name: refresh badges
uses: b3b00/refreshBadgesAction@v1.0.7
with:
repository : ${{ github.repository }}
branch: master

0 comments on commit d475914

Please sign in to comment.