diff --git a/entrypoint.sh b/entrypoint.sh index ec9d0f7..9f93b03 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + cd "${GITHUB_WORKSPACE}/${INPUT_WORKDIR}" || exit 1 TEMP_PATH="$(mktemp -d)"