We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4decc28 commit f46f8c0Copy full SHA for f46f8c0
start.sh
@@ -49,7 +49,7 @@ if [ -n "${INPUT_COAUTHOR_EMAIL}" ] && [ -n "${INPUT_COAUTHOR_NAME}" ]; then
49
50
Co-authored-by: ${INPUT_COAUTHOR_NAME} <${INPUT_COAUTHOR_EMAIL}>" $_EMPTY || exit 0
51
else
52
- git commit -m "{$INPUT_MESSAGE}" $_EMPTY || exit 0
+ git commit -m "${INPUT_MESSAGE}" $_EMPTY || exit 0
53
fi
54
55
git push "${remote_repo}" HEAD:"${INPUT_BRANCH}" --follow-tags $_FORCE_OPTION $_TAGS;
0 commit comments