Skip to content

Sync Fork

Sync Fork #18

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '0 0 * * 0' # every sunday
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
base: main
head: main