We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668839c commit 069d0b1Copy full SHA for 069d0b1
.github/workflows/HubMirror.yml
@@ -1,5 +1,3 @@
1
-name: Hub Mirror
2
-
3
on:
4
push: # push 时触发, 主要是为了测试配置有没有问题
5
schedule:
@@ -9,10 +7,12 @@ jobs:
9
7
runs-on: ubuntu-latest
10
8
steps:
11
- name: Mirror the Github organization repos to Gitee.
12
- - uses: Yikun/hub-mirror-action@v1.2
+ - uses: Yikun/hub-mirror-action@master
13
with:
14
src: github/knight000
15
dst: gitee/kni_gitee
16
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
17
dst_token: ${{ secrets.GITEE_TOKEN }}
+ mappings: "trackerslist=>trackerslist_mirror"
+ static_list: "trackerslist"
18
account_type: user
0 commit comments