box/.github/workflows/main.yml
2022-09-20 14:10:37 +08:00

19 lines
299 B
YAML

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.2.1
with:
owner: liu673cn/box
base: main
head: main