diff --git a/entrypoint.sh b/entrypoint.sh index 8a2fe49..17a7c6a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -35,6 +35,10 @@ if [ "${RUNNER_DEBUG:-}" = "1" ]; then INPUT_DEBUG="true" fi +if [ "${INPUT_DEBUG}" = "true" ]; then + set -x +fi + export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}" echo '::group:: Setting up typos args ...'