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 d9c37eb commit 16ce0d0Copy full SHA for 16ce0d0
.github/workflows/main.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: secondly
21
run: |
22
cd terraform-provider-tencentcloud
23
- git remote add tgit_origin https://${{ secrets.USERNAME }}:${{ secrets.PASSWORD }}@git.code.tencent.com/mikatong/terraform-provider-tencentcloud.git
+ git remote add tgit_origin https://${{ secrets.USERNAME }}:${{ secrets.PASSWORD }}@git.code.tencent.com/TIC/terraform-provider-tencentcloud.git
24
git fetch --all
25
git push -u -f --tags tgit_origin master:main
0 commit comments