diff --git a/.github/workflows/sync-fork.yml b/.github/workflows/sync-fork.yml new file mode 100644 index 0000000..c166122 --- /dev/null +++ b/.github/workflows/sync-fork.yml @@ -0,0 +1,18 @@ +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/fork-sync@v1.8 + with: + owner: scsibug + base: master + head: master \ No newline at end of file