diff --git a/github-action/entrypoint.sh b/github-action/entrypoint.sh index 69cd9a4a..e2463c88 100755 --- a/github-action/entrypoint.sh +++ b/github-action/entrypoint.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -o pipefail + echo "::debug::Using input path: ${INPUT_INPUT_PATH}" echo "::debug::Using output path: ${INPUT_OUTPUT_PATH}"