Skip to content

Commit 51b9ceb

Browse files
committed
try again
1 parent 7b4bdfb commit 51b9ceb

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)