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 b9908e5 commit 75f14ceCopy full SHA for 75f14ce
.github/workflows/gitee-sync.yml
@@ -0,0 +1,27 @@
1
+on:
2
+ push:
3
+ branches:
4
+ - master
5
+ tags:
6
+ - "*"
7
+
8
+name: Sync to Gitee
9
+jobs:
10
+ run:
11
+ name: Run
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: Checkout source code
15
+ uses: actions/checkout@v1
16
+ - name: Mirror Github to Gitee
17
+ uses: Yikun/[email protected]
18
+ with:
19
+ src: github/TarsCloud
20
+ dst: gitee/TarsCloud
21
+ dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
22
+ dst_token: ${{ secrets.GITEE_TOKEN }}
23
+ account_type: org
24
+ timeout: 600
25
+ debug: true
26
+ force_update: true
27
+ static_list: "TarsJava"
0 commit comments