Skip to content

Commit e761815

Browse files
author
hellertang
authored
Update main.yml
1 parent 9925b20 commit e761815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: secondly
2222
run: |
2323
cd terraform-provider-tencentcloud
24-
git remote add tgit_origin https://${{ secrets.USERNAME }}:${{ secrets.PASSWORD }}@git.code.tencent.com/TIC/terraform-provider-tencentcloud.git
24+
git remote add tgit_origin https://${{ secrets.USERNAME }}:${{ secrets.PASSWORD }}@git.code.tencent.com/tencentcloudstack/terraform-provider-tencentcloud.git
2525
git fetch --all
2626
git push -u -f --tags tgit_origin master:main

0 commit comments

Comments
 (0)