diff --git a/.github/workflows/gh-sync-cc.yml b/.github/workflows/gh-sync-cc.yml index e3248a01..1006d4f1 100644 --- a/.github/workflows/gh-sync-cc.yml +++ b/.github/workflows/gh-sync-cc.yml @@ -52,4 +52,5 @@ jobs: git add -A git status git commit -m "sync gh with cc" + git remote -v git push -u origin main