diff --git a/.github/workflows/template_update.yaml b/.github/workflows/template_update.yaml index 6030171..56b9284 100644 --- a/.github/workflows/template_update.yaml +++ b/.github/workflows/template_update.yaml @@ -54,5 +54,5 @@ jobs: git config --global user.email "github@deepsense.ai" git config --global user.name "ds-template developer" git commit -m "Repo after creation" - git push --force + git push --set-upstream origin master --force