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 3e584b0 commit e8fd943Copy full SHA for e8fd943
.github/workflows/sync-code.yml
@@ -28,6 +28,6 @@ jobs:
28
git branch -r --list "origin/coding-test/*" | grep -v HEAD | grep -v master | xargs -I {} git checkout -t {}
29
git branch -r --list "origin/pipeline/*" | grep -v HEAD | grep -v master | xargs -I {} git checkout -t {}
30
git remote add tgit_origin https://${{ secrets.USERNAME }}:${{ secrets.PASSWORD }}@git.code.tencent.com/tencentcloudstack/terraform-provider-tencentcloud.git
31
- git push -u tgit_origin --all
+ git push -u tgit_origin -f --all
32
git push -u tgit_origin master:main
33
- git push -u tgit_origin --tags
+ git push -u tgit_origin --tags
0 commit comments