Refresh Badges #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Refresh Badges | |
on: | |
schedule: | |
- cron: '0 0 * * *' # Run at 00:00 UTC every day | |
push: | |
branches: | |
- main | |
workflow_dispatch: # Allow manual triggering | |
jobs: | |
refresh: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Refresh badges | |
uses: b3b00/[email protected] | |
with: | |
repository: 'zenturacp/mcp-rest-api' | |
branch: 'main' |