Skip to content

Sync Fork

Sync Fork #101

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '0 0 1 * *'
- cron: '0 0 15 * *'
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/fork-sync@v2
with:
token: ${{ secrets.All2024_TOKEN }}
owner: AUTOMATIC1111
base: master
head: master
merge_method: rebase
- uses: tgymnich/fork-sync@v2
with:
token: ${{ secrets.All2024_TOKEN }}
owner: AUTOMATIC1111
base: dev
head: dev
merge_method: rebase