Skip to content

Sync Fork

Sync Fork #41

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '0 3 * * 0'
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: docker
base: master
head: master
auto_merge: false
retries: 2
retry_after: 10
ignore_fail: true