Skip to content

Commit 672cfca

Browse files
authored
Update entrypoint.sh
1 parent 7a3aa36 commit 672cfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
if [[ $GITHUB_REF != "refs/tags/"* ]]; then
6-
echo "Skipping: This should only run on tags push or on release instead of '$GITHUB_EVENT_NAME'.";
6+
echo "::warning::Skipping: This should only run on tags push or on release instead of '$GITHUB_EVENT_NAME'.";
77
exit 0;
88
fi
99

0 commit comments

Comments
 (0)