8000
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: "git@gitee.com:SnailClimb/springboot-guide.git"
0 commit comments