Create main.yml

This commit is contained in:
woshishiq1 2022-09-20 14:04:26 +08:00 committed by GitHub
parent 3628bf70f2
commit e70026f046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Sync Fork
on:
schedule:
- cron: '*/30 * * * *' # every 30 minutes
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/fork-sync@v1.4
with:
owner: liu673cn/box
base: master
head: master