From 9851220c937b48fda45675ed09cc33d10fe60683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik-L=C3=A2n=20Do=20Dinh?= Date: Thu, 1 Jun 2023 18:00:58 +0200 Subject: [PATCH] Set correct branch --- .github/workflows/push-to-remote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-to-remote.yml b/.github/workflows/push-to-remote.yml index 5206ff3..f650eee 100644 --- a/.github/workflows/push-to-remote.yml +++ b/.github/workflows/push-to-remote.yml @@ -24,4 +24,4 @@ jobs: echo -e "\n* Push main branch to remote repo" echo -e "---" # git -c http.extraheader="Authorization: Basic $PAT" push --force $URL main - git -c http.extraheader="Authorization: Basic $PAT" push --force $URL temp + git -c http.extraheader="Authorization: Basic $PAT" push $URL main:temp