Skip to content

Sync Fork

Sync Fork #187

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: "*/30 * * * *" # every 30 minutes
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/fork-sync@v1.9
with:
owner: devantler
base: main
head: main
ignore_fail: true