We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3aa36 commit 672cfcaCopy full SHA for 672cfca
entrypoint.sh
@@ -3,7 +3,7 @@
3
set -e
4
5
if [[ $GITHUB_REF != "refs/tags/"* ]]; then
6
- echo "Skipping: This should only run on tags push or on release instead of '$GITHUB_EVENT_NAME'.";
+ echo "::warning::Skipping: This should only run on tags push or on release instead of '$GITHUB_EVENT_NAME'.";
7
exit 0;
8
fi
9
0 commit comments