Echo out the tagging message

This commit is contained in:
Stefan Zweifel 2020-03-05 20:48:15 +01:00
parent ce08dda6b3
commit 844c808726

View File

@ -62,6 +62,8 @@ _local_commit() {
}
_tag_commit() {
echo "INPUT_TAGGING_MESSAGE: ${INPUT_TAGGING_MESSAGE}"
if [ -n "$INPUT_TAGGING_MESSAGE" ]
then
git tag -a "$INPUT_TAGGING_MESSAGE" -m "$INPUT_TAGGING_MESSAGE"