diff --git a/entrypoint.sh b/entrypoint.sh index 8f93e489..1c041842 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -80,4 +80,6 @@ if [[ "$DIFF" != "" ]];then echo "${DIFF}" fi -/action/main.js "${DIFF}" +# This variable is deliberately unquoted so that it can be properly processed on the other side. +# shellcheck disable=SC2086 +/action/main.js ${DIFF}