Delete main.yml
This commit is contained in:
parent
4d7c627856
commit
8262a4277f
19
.github/workflows/main.yml
vendored
19
.github/workflows/main.yml
vendored
@ -1,19 +0,0 @@
|
|||||||
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:
|
|
||||||
token: ${{ secrets.PERSONAL_TOKEN }}
|
|
||||||
owner: liu673cn/box
|
|
||||||
base: master
|
|
||||||
head: master
|
|
Loading…
x
Reference in New Issue
Block a user