Skip to content

Commit 844c808

Browse files
committed
Echo out the tagging message
1 parent ce08dda commit 844c808

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ _local_commit() {
6262
}
6363

6464
_tag_commit() {
65+
echo "INPUT_TAGGING_MESSAGE: ${INPUT_TAGGING_MESSAGE}"
66+
6567
if [ -n "$INPUT_TAGGING_MESSAGE" ]
6668
then
6769
git tag -a "$INPUT_TAGGING_MESSAGE" -m "$INPUT_TAGGING_MESSAGE"

0 commit comments

Comments
 (0)