diff --git a/.github/workflows/github_to_gitee.yml b/.github/workflows/github_to_gitee.yml index 82f665e..b2fb641 100644 --- a/.github/workflows/github_to_gitee.yml +++ b/.github/workflows/github_to_gitee.yml @@ -4,7 +4,7 @@ jobs: sync: runs-on: ubuntu-latest steps: - - uses: openspug/spug@master + - uses: zyupo/spug@master env: SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} with: