From 1032194b624b031c2af97a13ef1237106fd25424 Mon Sep 17 00:00:00 2001 From: h7ml Date: Mon, 31 May 2021 11:24:29 +0800 Subject: [PATCH] sync to gitee --- .github/workflows/build_slim_packages.yaml | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build_slim_packages.yaml b/.github/workflows/build_slim_packages.yaml index c9bdc4d9..3a3f12d2 100644 --- a/.github/workflows/build_slim_packages.yaml +++ b/.github/workflows/build_slim_packages.yaml @@ -23,6 +23,18 @@ jobs: container: emqx/build-env:${{ matrix.erl_otp }}-${{ matrix.os }} steps: + - uses: Yikun/hub-mirror-action@v1.0 + - name: Mirror the Github organization repos to Gitee. + with: + src: github/dgiot + dst: gitee/dgiiot + dst_key: ${{ secrets.PRIVATE_KEY }} + dst_token: ${{ secrets.TOKEN }} + account_type: org + timeout: '1h' + debug: true + force_update: true + - uses: actions/checkout@v1 - name: prepare run: | @@ -46,18 +58,6 @@ jobs: with: name: ${{ matrix.os }} path: _packages/**/*.zip - - - name: Mirror the Github organization repos to Gitee. - uses: Yikun/hub-mirror-action@v1.0 - with: - src: github/dgiot - dst: gitee/dgiiot - dst_key: ${{ secrets.PRIVATE_KEY }} - dst_token: ${{ secrets.TOKEN }} - account_type: org - timeout: '1h' - debug: true - force_update: true mac: runs-on: macos-10.15