From b52a4524089419cde85139f32670e1551bee43a9 Mon Sep 17 00:00:00 2001 From: creyD Date: Fri, 6 Nov 2020 09:41:03 +0100 Subject: [PATCH] Merged parameters on git commit --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1e5d00d..1658be5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -38,7 +38,7 @@ then # Calling method to configure the git environemnt _git_setup # Commit and push changes back - git commit -a -m "$INPUT_COMMIT_MESSAGE" --author="$GITHUB_ACTOR <$GITHUB_ACTOR@users.noreply.github.com>" + git commit -am "$INPUT_COMMIT_MESSAGE" --author="$GITHUB_ACTOR <$GITHUB_ACTOR@users.noreply.github.com>" git push origin echo "Changes pushed successfully." else