Delete .github/工作流程 directory
This commit is contained in:
parent
f32acc8b7b
commit
2ad9ca85ae
16
.github/工作流程/Sync.yml
vendored
16
.github/工作流程/Sync.yml
vendored
@ -1,16 +0,0 @@
|
|||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
update_external_airflow_fork:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
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: master # 默认是拉取上游仓库的master分支
|
|
||||||
target_branch: master # 默认推送到你的仓库master分支
|
|
||||||
force: true # 是否强制推送
|
|
||||||
tags: true # 确定是否使用-tags
|
|
Loading…
x
Reference in New Issue
Block a user