diff --git a/entrypoint.sh b/entrypoint.sh index 4a1f00b..d5dbba1 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,5 @@ #!/bin/sh +set -e if [ -z "${INPUT_NAME}" ]; then echo "Unable to find the repository name. Did you set with.name?"