From fe5d2a3225076fcbff3a6b9e198fbfb74b10ed8c Mon Sep 17 00:00:00 2001 From: Cody De Arkland Date: Mon, 20 Nov 2023 21:02:50 -0800 Subject: [PATCH] mabye now --- mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror.sh b/mirror.sh index 59fb2a9..767c9a8 100755 --- a/mirror.sh +++ b/mirror.sh @@ -10,7 +10,7 @@ git remote set-url origin "$INPUT_TARGET_REPO_URL" git config --local user.name actions-user git config --local user.email "actions@github.com" git commit -m "initial commit" -git push origin codecommit-demo-1:main --force +push -u origin codecommit-demo-1:main --force # NOTE: Since `post` execution is not supported for local action from './' for now, we need to # run the command by hand.