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 9f86095 commit 3504780Copy full SHA for 3504780
.github/workflows/main.yml
@@ -15,6 +15,6 @@ jobs:
15
SSH_PRIVATE_KEY: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}
16
with:
17
# 注意替换为你的 GitHub 源仓库地址
18
- source-repo: "https://github.com/Snailclimb/springboot-guide.git"
+ source-repo: "git@github.com:Snailclimb/springboot-guide.git"
19
# 注意替换为你的 Gitee 目标仓库地址
20
destination-repo: "[email protected]:SnailClimb/springboot-guide.git"
0 commit comments