File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# 通过 Github action, 在仓库的每一次 commit 后自动同步到 Gitee 上
2
+ # 临时修改为手动触发,等待同步完成后再修改为自动触发
2
3
name : Mirror the Github organization repos to Gitee
3
- on : [push]
4
+ on : workflow_dispatch
4
5
5
6
jobs :
6
7
repo-sync :
@@ -13,14 +14,14 @@ jobs:
13
14
uses : Yikun/hub-mirror-action@master
14
15
with :
15
16
# 必选,需要同步的 Github 这里记住选择的是仓库 或者账号 而不是具体的项目
16
- src : github/alibaba
17
+ src : github/CodePhiliaX
17
18
# 必选,需要同步到的 Gitee 这里记住选择的是仓库 或者账号 而不是具体的项目
18
- dst : gitee/easyexcel
19
+ dst : gitee/fastexcel
19
20
# 必选,Gitee公钥对应的私钥,https://gitee.com/profile/sshkeys
20
21
dst_key : ${{ secrets.GITEE_PRIVATE_KEY }}
21
22
# 必选,Gitee对应的用于创建仓库的token,https://gitee.com/profile/personal_access_tokens
22
23
dst_token : ${{ secrets.GITEE_TOKEN }}
23
24
# 如果是组织,指定组织即可,默认为用户 user
24
25
account_type : org
25
26
# 需要同步的仓库里面的项目
26
- static_list : " easyexcel "
27
+ static_list : " fastexcel "
You can’t perform that action at this time.
0 commit comments