From 15de516951ad621bef516b9b3e60eb977bf22bb1 Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Mon, 8 Mar 2021 14:12:51 +0800 Subject: [PATCH] Switch hub-mirror-action to python version v1.0 (#12) --- .github/workflows/repo-mirror.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/repo-mirror.yml b/.github/workflows/repo-mirror.yml index b7e158f..562d161 100644 --- a/.github/workflows/repo-mirror.yml +++ b/.github/workflows/repo-mirror.yml @@ -18,10 +18,13 @@ jobs: steps: - name: Mirror the gitee/opengauss org repos to github/opengauss-mirror. - uses: Yikun/hub-mirror-action@v0.08 + uses: Yikun/hub-mirror-action@v1.0 with: src: gitee/opengauss dst: github/opengauss-mirror dst_key: ${{ secrets.SYNC_GAUSS_PRIVATE_KEY }} dst_token: ${{ secrets.SYNC_GAUSS_TOKEN }} account_type: org + # Skip this repo due to bigfile reason + black_list: "openGauss-third_party" + debug: true