Fix typo in message
This commit is contained in:
parent
f73d11d461
commit
026f88c27c
@ -68,7 +68,7 @@ _tag_commit() {
|
||||
then
|
||||
git tag -a "$INPUT_TAGGING_MESSAGE" -m "$INPUT_TAGGING_MESSAGE"
|
||||
else
|
||||
echo " No tagging message supplied. Not tag will be added"
|
||||
echo " No tagging message supplied. No tag will be added."
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user