Skip to content

Commit

Permalink
Wording fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
sbe-arg committed Jan 4, 2023
1 parent d839dfc commit c6fa32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ then
exit 0
fi

# sanitize the default_branch is set
# sanitize that the default_branch is set
if [ -z "${default_branch}" ]
then
echo "::error::DEFAULT_BRANCH must not be null. Please set it as environment variable."
echo "DEFAULT_BRANCH is autodetected when tag-action runs on on PRs else must be defined, See: https://github.com/anothrNick/github-tag-action/pull/230"
echo "DEFAULT_BRANCH is autodetected when tag-action runs on PRs else must be defined, See: https://github.com/anothrNick/github-tag-action/pull/230"
exit 1
fi

Expand Down

0 comments on commit c6fa32c

Please sign in to comment.