Fix typo in message

This commit is contained in:
Stefan Zweifel 2020-03-14 13:32:10 +01:00
parent f73d11d461
commit 026f88c27c

View File

@ -68,7 +68,7 @@ _tag_commit() {
then then
git tag -a "$INPUT_TAGGING_MESSAGE" -m "$INPUT_TAGGING_MESSAGE" git tag -a "$INPUT_TAGGING_MESSAGE" -m "$INPUT_TAGGING_MESSAGE"
else else
echo " No tagging message supplied. Not tag will be added" echo " No tagging message supplied. No tag will be added."
fi fi
} }