Skip to content

Commit 374dc0b

Browse files
committed
Merge branch 'main' of https://github.com/dataease/SQLBot
2 parents 747fab6 + aafe175 commit 374dc0b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/sync2gitee.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)