From a1194e7b2a7f97d69a7004594dd3101b8dff71fb Mon Sep 17 00:00:00 2001 From: Ross <9055337+Chadsr@users.noreply.github.com> Date: Wed, 2 Feb 2022 14:09:23 +0100 Subject: [PATCH] Update entrypoint.sh Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8d267ef..2dacfca 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,7 +14,7 @@ misspell -locale="${INPUT_LOCALE}" . | -filter-mode="${INPUT_FILTER_MODE}" \ -fail-on-error="${INPUT_FAIL_ON_ERROR}" \ -level="${INPUT_LEVEL}" \ - ${INPUT_REVIEWDOG_FLAGS} + "${INPUT_REVIEWDOG_FLAGS}" echo "[action-pytest] Running pytest on \"${INPUT_WORKDIR}\"..." pytest --profile-svg --cov="${INPUT_WORKDIR}" "${INPUT_WORKDIR}"