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 2d181c4 commit 751e846Copy full SHA for 751e846
.github/workflows/sync2gitee
@@ -0,0 +1,15 @@
1
+name: Synchronize to Gitee
2
+on: [push]
3
+jobs:
4
+ repo-sync:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - name: Mirror the Github organization repos to Gitee.
8
+ uses: Yikun/hub-mirror-action@master
9
+ with:
10
+ src: 'github/dataease'
11
+ dst: 'gitee/fit2cloud-feizhiyun'
12
+ dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
13
+ dst_token: ${{ secrets.GITEE_TOKEN }}
14
+ static_list: "SQLBot"
15
+ force_update: true
0 commit comments