Skip to content

Commit 16ce0d0

Browse files
authored
sync code2tgit update
1 parent d9c37eb commit 16ce0d0

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
@@ -20,6 +20,6 @@ jobs:
2020
- name: secondly
2121
run: |
2222
cd terraform-provider-tencentcloud
23-
git remote add tgit_origin https://${{ secrets.USERNAME }}:${{ secrets.PASSWORD }}@git.code.tencent.com/mikatong/terraform-provider-tencentcloud.git
23+
git remote add tgit_origin https://${{ secrets.USERNAME }}:${{ secrets.PASSWORD }}@git.code.tencent.com/TIC/terraform-provider-tencentcloud.git
2424
git fetch --all
2525
git push -u -f --tags tgit_origin master:main

0 commit comments

Comments
 (0)