Skip to content

Merge branch 'refs/heads/pr/actions-fork-sync-001' into dev-local-202406 #1

Merge branch 'refs/heads/pr/actions-fork-sync-001' into dev-local-202406

Merge branch 'refs/heads/pr/actions-fork-sync-001' into dev-local-202406 #1

name: Sync Fork
on:
push:
branches:
- dev-bluelovers
schedule:
- cron: '* * 1 * *'
- cron: '* * 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: dev
head: dev-bluelovers
merge_method: rebase