mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Fix _tag_commit
This commit is contained in:
parent
3387b2f267
commit
0ad4c8ce73
@ -62,10 +62,8 @@ _local_commit() {
|
||||
}
|
||||
|
||||
_tag_commit() {
|
||||
if [ -z "$INPUT_TAGGING_MESSAGE" ]
|
||||
if [ -n "$INPUT_TAGGING_MESSAGE" ]
|
||||
then
|
||||
# No tag name given. Do nothing.
|
||||
else
|
||||
git tag -a "$INPUT_TAGGING_MESSAGE" -m "$INPUT_TAGGING_MESSAGE"
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user