Skip to content

Commit f46f8c0

Browse files
authored
fix: message formatting (#4)
1 parent 4decc28 commit f46f8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [ -n "${INPUT_COAUTHOR_EMAIL}" ] && [ -n "${INPUT_COAUTHOR_NAME}" ]; then
4949
5050
Co-authored-by: ${INPUT_COAUTHOR_NAME} <${INPUT_COAUTHOR_EMAIL}>" $_EMPTY || exit 0
5151
else
52-
git commit -m "{$INPUT_MESSAGE}" $_EMPTY || exit 0
52+
git commit -m "${INPUT_MESSAGE}" $_EMPTY || exit 0
5353
fi
5454

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

0 commit comments

Comments
 (0)