From dc16a0b63b03456c9dec8a955f3156043d7aa55f Mon Sep 17 00:00:00 2001 From: Fighter Date: Fri, 4 Dec 2020 18:42:56 +0800 Subject: [PATCH] Update github_to_gitee.yml --- .github/workflows/github_to_gitee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: