From c70c86ca27648dda455e1e06ff8f2e22e6e4be0d Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Tue, 2 Mar 2021 19:21:25 +0800 Subject: [PATCH 1/2] Switch hub-mirror-action to python version. --- .github/workflows/repos-mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repos-mirror.yml b/.github/workflows/repos-mirror.yml index 761af5f..ce62189 100644 --- a/.github/workflows/repos-mirror.yml +++ b/.github/workflows/repos-mirror.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Mirror the gitee/mindspore org repos to github/mindspore-ai. - uses: Yikun/hub-mirror-action@master + uses: Yikun/hub-mirror-action@python with: src: gitee/mindspore dst: github/mindspore-ai From 7b3f4113d9485cd81925532d9cf0a949e8053d27 Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Mon, 8 Mar 2021 12:30:22 +0800 Subject: [PATCH 2/2] Update repos-mirror.yml --- .github/workflows/repos-mirror.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/repos-mirror.yml b/.github/workflows/repos-mirror.yml index ce62189..ee7aaa2 100644 --- a/.github/workflows/repos-mirror.yml +++ b/.github/workflows/repos-mirror.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Mirror the gitee/mindspore org repos to github/mindspore-ai. - uses: Yikun/hub-mirror-action@python + uses: Yikun/hub-mirror-action@v1.0 with: src: gitee/mindspore dst: github/mindspore-ai @@ -28,3 +28,4 @@ jobs: static_list: 'mindspore,mindinsight,mindarmour,graphengine,docs,book,community,ms-operator,akg,course,hub,serving' force_update: true black_list: 'infrastructure' + debug: true