Add sync fork github action

This commit is contained in:
PascalR 2023-04-27 11:02:48 +02:00 committed by GitHub
parent 8dde77a943
commit a43613219b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/sync-fork.yml vendored Normal file
View File

@ -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