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