We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df7b48 commit 55204a5Copy full SHA for 55204a5
.github/workflows/main.yml
@@ -9,10 +9,10 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Sync to Gitee
12
- uses: wearerequired/wearerequired/git-mirror-action@v1
+ uses: wearerequired/git-mirror-action@v1
13
env:
14
- # 注意在 Settings->Secrets 配置 GITEE_RSA_PRIVATE_KEY
15
- SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
+ # 注意在 Settings->Secrets 配置 GITEE_SSH_PRIVATE_KEY
+ SSH_PRIVATE_KEY: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}
16
with:
17
# 注意替换为你的 GitHub 源仓库地址
18
source-repo: "[email protected]:Snailclimb/springboot-guide.git"
0 commit comments