Skip to content

Commit 38d123c

Browse files
authored
sync code2tgit
1 parent c940a2c commit 38d123c

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
@@ -22,4 +22,4 @@ jobs:
2222
cd terraform-provider-tencentcloud
2323
git remote add tgit_origin https://${{ secrets.USERNAME }}:${{ secrets.PASSWORD }}@git.code.tencent.com/mikatong/terraform-provider-tencentcloud.git
2424
git fetch --all
25-
git push -u --tags tgit_origin master:main
25+
git push -u -f --tags tgit_origin master:main

0 commit comments

Comments
 (0)