Skip to content

Commit 3e61821

Browse files
committed
do not quote tidy-checks value
1 parent 8e35984 commit 3e61821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ runs:
394394
let args = [
395395
--style '${{ inputs.style }}'
396396
--extensions '"${{ inputs.extensions }}"'
397-
--tidy-checks '"${{ inputs.tidy-checks }}"'
397+
--tidy-checks '${{ inputs.tidy-checks }}'
398398
--repo-root ${{ inputs.repo-root }}
399399
--version ${{ inputs.version }}
400400
--verbosity ${{ inputs.verbosity }}

0 commit comments

Comments
 (0)