Skip to content

Sync Fork

Sync Fork #11

Workflow file for this run

name: Sync Fork
on:
push:
workflow_dispatch:
schedule:
- cron: '0 * * * *'
jobs:
sync_fork:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: zacharee
base: master
head: master
retries: 1
retry_after: 10
ignore_fail: true