Merged parameters on git commit

This commit is contained in:
2020-11-06 09:41:03 +01:00
parent da6e513b3a
commit b52a452408

View File

@@ -38,7 +38,7 @@ then
# Calling method to configure the git environemnt # Calling method to configure the git environemnt
_git_setup _git_setup
# Commit and push changes back # 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 git push origin
echo "Changes pushed successfully." echo "Changes pushed successfully."
else else