Skip to content

Sync fork

Sync fork #7

Workflow file for this run

name: Sync fork
on:
schedule:
- cron: '*/60 * * * *'
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/fork-sync@v1.8
with:
owner: CaddyBuilds
repo: caddy-cloudflare
base: main
head: main
pr_title: 'Sync fork with upstream repository'