Skip to content

Commit

Permalink
Updated warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 19, 2022
1 parent b464ef9 commit b05b10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

if [[ $GITHUB_REF != "refs/tags/"* ]]; then
echo "::warning::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.";
exit 0;
fi

Expand Down

0 comments on commit b05b10d

Please sign in to comment.