Skip to content

Commit

Permalink
Switch hub-mirror-action to python version v1.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yikun authored Mar 8, 2021
1 parent ce3754c commit 52d7054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/repos-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v1.0
with:
src: gitee/mindspore
dst: github/mindspore-ai
Expand All @@ -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

0 comments on commit 52d7054

Please sign in to comment.