From cf7b842bd453b6b44be2f5a6ca4e083a11bb4b76 Mon Sep 17 00:00:00 2001 From: Zero <1300326388@qq.com> Date: Mon, 5 Aug 2024 17:18:34 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20=E5=8E=BB=E6=8E=89=20gitee=20?= =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gitee_sync.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/gitee_sync.yml diff --git a/.github/workflows/gitee_sync.yml b/.github/workflows/gitee_sync.yml deleted file mode 100644 index ca4d498..0000000 --- a/.github/workflows/gitee_sync.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Gitee Sync - -on: push - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Mirror the Github repos to Gitee. - uses: Yikun/hub-mirror-action@master - with: - src: github/FlutterAds - dst: gitee/FlutterAds - dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} - dst_token: ${{ secrets.GITEE_TOKEN }} - account_type: org - timeout: 600 - force_update: true - static_list: "flutter_gromore_ads"