Skip to content

Commit

Permalink
🔊 Updates logging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Jan 12, 2021
1 parent 1c1d507 commit caafa55
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 @@ -4,7 +4,7 @@ set -x
cd "${GITHUB_WORKSPACE}" || exit

if [ -z "${INPUT_TAG}" ]; then
echo "No-tag was supplied! Please supply a tag."
echo "[action-create-tag] No-tag was supplied! Please supply a tag."
exit 1
fi

Expand Down

0 comments on commit caafa55

Please sign in to comment.