Skip to content

Commit 069d0b1

Browse files
authored
Update HubMirror.yml
1 parent 668839c commit 069d0b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/HubMirror.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
name: Hub Mirror
2-
31
on:
42
push: # push 时触发, 主要是为了测试配置有没有问题
53
schedule:
@@ -9,10 +7,12 @@ jobs:
97
runs-on: ubuntu-latest
108
steps:
119
- name: Mirror the Github organization repos to Gitee.
12-
- uses: Yikun/hub-mirror-action@v1.2
10+
- uses: Yikun/hub-mirror-action@master
1311
with:
1412
src: github/knight000
1513
dst: gitee/kni_gitee
1614
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
1715
dst_token: ${{ secrets.GITEE_TOKEN }}
16+
mappings: "trackerslist=>trackerslist_mirror"
17+
static_list: "trackerslist"
1818
account_type: user

0 commit comments

Comments
 (0)