diff --git a/entrypoint.sh b/entrypoint.sh index 703bed02..8b1c8df5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,7 @@ #!/bin/sh -l +set -e + if [ -z "$ACCESS_TOKEN" ] then echo "You must provide the action with a GitHub Personal Access Token secret in order to deploy."