From e527039faa99e9ec444c8e2eac46547db2c0227c Mon Sep 17 00:00:00 2001 From: Cody De Arkland Date: Mon, 20 Nov 2023 20:32:45 -0800 Subject: [PATCH] adding commit message --- mirror.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mirror.sh b/mirror.sh index c6fefd8..bb27197 100755 --- a/mirror.sh +++ b/mirror.sh @@ -6,6 +6,7 @@ set -eu export GIT_SSH_COMMAND="ssh -v -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no -l $INPUT_SSH_USERNAME" # git remote add -m "$INPUT_TARGET_REPO_URL" git remote set-url origin "$INPUT_TARGET_REPO_URL" +git commit -m "initial commit" git push -u origin main --force # NOTE: Since `post` execution is not supported for local action from './' for now, we need to