We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda0744 commit 966f5a3Copy full SHA for 966f5a3
1 file changed
.github/workflows/sync.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Push to Gitee
38
run: |
39
- remote_repo="https://${GITEE_USERNAME}:${GITEE_PASSWORD}@gitee.com/${TGIT_REPOSITORY}.git"
+ remote_repo="https://${GITEE_USERNAME}:${GITEE_PASSWORD}@gitee.com/${GITEE_REPOSITORY}.git"
40
git remote add gitee "${remote_repo}"
41
git show-ref
42
git branch --verbose
0 commit comments