Skip to content

Sync Fork

Sync Fork #6

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '15 */4 * * *' # every hour
workflow_dispatch: # on button click
jobs:
sync:
name: Sync
runs-on: ubuntu-latest
steps:
- name: Sync the fork
uses: tgymnich/[email protected]
with:
token: ${{ secrets.GH_PAT }}
base: main
head: main
auto_merge: true