Sync Fork #12
This file contains hidden or 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: '0 12 * * *' # every 12:00 | |
| workflow_dispatch: # on button click | |
| jobs: | |
| sync: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: tgymnich/fork-sync@v2.0.10 | |
| with: | |
| owner: Container-On-Android | |
| base: main | |
| head: main | |
| pr_message: "Merge branch 'lxc:main' into main" |