diff --git a/.github/workflows/repo-mirror.yml b/.github/workflows/repo-mirror.yml index e497026..85c6dcf 100644 --- a/.github/workflows/repo-mirror.yml +++ b/.github/workflows/repo-mirror.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Mirror the gitee/ascend org repos to github/ascend. - uses: Yikun/hub-mirror-action@v0.11 + uses: Yikun/hub-mirror-action@v1.0 with: src: gitee/ascend dst: github/Ascend @@ -26,3 +26,4 @@ jobs: account_type: org clone_style: ssh force_update: true + debug: true