We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4bdfb commit 51b9cebCopy full SHA for 51b9ceb
action.yml
@@ -394,7 +394,7 @@ runs:
394
let args = [
395
--style '${{ inputs.style }}'
396
--extensions '${{ inputs.extensions }}'
397
- --tidy-checks '"${{ inputs.tidy-checks }}"'
+ '--tidy-checks=${{ inputs.tidy-checks }}'
398
--repo-root ${{ inputs.repo-root }}
399
--version ${{ inputs.version }}
400
--verbosity ${{ inputs.verbosity }}
0 commit comments