From c055610982fbe3ed35d1c7568195bc090f0e0907 Mon Sep 17 00:00:00 2001 From: Lukasz Karlowski Date: Thu, 25 Jul 2024 10:50:46 +0200 Subject: [PATCH] set origin --- .github/workflows/template_update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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