diff --git a/action.yml b/action.yml index 640908e..e159e8c 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ runs: shell: bash run: | set +e - if ! lintrunner ${{ inputs.quiet == 'true' && '' || '-v' }} --force-color --all-files --tee-json=lint.json; then + if ! lintrunner ${{ inputs.quiet == 'true' && ' ' || '-v' }} --force-color --all-files --tee-json=lint.json; then echo "" echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner\`.\e[0m" exit 1