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 61f8823 commit 90148aaCopy full SHA for 90148aa
.github/workflows/HubMirror.yml
@@ -0,0 +1,9 @@
1
+steps:
2
+- name: Mirror the Github organization repos to Gitee.
3
+ uses: knight000/trackerslist@master
4
+ with:
5
+ src: github/knight000
6
+ dst: gitee/kni_gitee
7
+ dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
8
+ dst_token: ${{ secrets.GITEE_TOKEN }}
9
+ account_type: user
0 commit comments