Create main.yml
This commit is contained in:
parent
a662c23ade
commit
55dd00d4f7
13
.github/workflows/main.yml
vendored
Normal file
13
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Sync all branches
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
steps:
|
||||||
|
- uses: TobKed/github-forks-sync-action@master
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
|
||||||
|
upstream_repository: liu673cn/box
|
||||||
|
target_repository: woshishiq1/mao
|
||||||
|
upstream_branch: ${{ matrix.branch }}
|
||||||
|
target_branch: ${{ matrix.branch }}
|
||||||
|
force: true
|
||||||
|
tags: true
|
Loading…
x
Reference in New Issue
Block a user