Skip to content

Sync Fork

Sync Fork #289

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '0 2 * * *' # once a day at 2 am
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: scsibug
base: master
head: master
ignore_fail: true