From 65d824cf42404985bdc1837746aa39b5a0370c14 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Sun, 8 Sep 2024 08:45:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E5=A2=9E=E5=8A=A0=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E6=8E=A8=E9=80=81=E5=88=B0gitee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-sync-gitee.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/workflows/auto-sync-gitee.yml b/.github/workflows/auto-sync-gitee.yml index e69de29b..e099c501 100644 --- a/.github/workflows/auto-sync-gitee.yml +++ b/.github/workflows/auto-sync-gitee.yml @@ -0,0 +1,22 @@ +#on: +# push: +# branches: [master] +#name: Mirror GitHub Repos to Gitee +#jobs: +# run: +# name: Sync-GitHub-to-Gitee +# runs-on: ubuntu-latest +# steps: +# - name: Mirror the Github repos to Gitee. +# uses: Yikun/hub-mirror-action@master +# with: +# src: github/xaoyaoo +# dst: gitee/xaoyaoo +# dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} +# dst_token: ${{ secrets.GITEE_TOKEN }} +# force_update: true +# src_account_type: org +# dst_account_type: user +# mappings: "dashboard=>dashboards" +# static_list: "trader" +# cache_path: /github/workspace/hub-mirror-cache \ No newline at end of file