Sync Fork #22055
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: Sync Fork | |
on: | |
schedule: | |
- cron: '*/60 * * * *' # Check every 60 minutes | |
workflow_dispatch: # Allow manual sync on button click | |
jobs: | |
sync: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: tgymnich/[email protected] | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
owner: SuLab | |
base: main | |
head: main |