Skip to content

Commit

Permalink
fix: message formatting (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
erictaylor authored Aug 1, 2021
1 parent 4decc28 commit f46f8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ -n "${INPUT_COAUTHOR_EMAIL}" ] && [ -n "${INPUT_COAUTHOR_NAME}" ]; then
Co-authored-by: ${INPUT_COAUTHOR_NAME} <${INPUT_COAUTHOR_EMAIL}>" $_EMPTY || exit 0
else
git commit -m "{$INPUT_MESSAGE}" $_EMPTY || exit 0
git commit -m "${INPUT_MESSAGE}" $_EMPTY || exit 0
fi

git push "${remote_repo}" HEAD:"${INPUT_BRANCH}" --follow-tags $_FORCE_OPTION $_TAGS;

0 comments on commit f46f8c0

Please sign in to comment.