怎么同步到pr去了淦
This commit is contained in:
17
.github/workflows/refactor.yml
vendored
17
.github/workflows/refactor.yml
vendored
@@ -1,17 +0,0 @@
|
|||||||
# .github/workflows/sync.yml
|
|
||||||
name: Sync Fork
|
|
||||||
|
|
||||||
on:
|
|
||||||
push: # push 时触发, 主要是为了测试配置有没有问题
|
|
||||||
schedule:
|
|
||||||
- cron: '*/30 * * * *' # every 30 minutes
|
|
||||||
jobs:
|
|
||||||
repo-sync:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: TG908/fork-sync@v2.0.10
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
owner: SengokuCola # fork 的上游仓库 user
|
|
||||||
head: refactor # fork 的上游仓库 branch
|
|
||||||
base: refactor # 本地仓库 branch
|
|
||||||
Reference in New Issue
Block a user