Skip to content

Commit 08248b2

Browse files
committed
quote extra-arg value
1 parent 0c5ed85 commit 08248b2

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
@@ -408,7 +408,7 @@ runs:
408408
--ignore-format ${{ inputs.ignore-format }}
409409
--database ${{ inputs.database }}
410410
--file-annotations ${{ inputs.file-annotations }}
411-
--extra-arg=${{ inputs.extra-args }}
411+
--extra-arg '"${{ inputs.extra-args }}"'
412412
--tidy-review ${{ inputs.tidy-review }}
413413
--format-review ${{ inputs.format-review }}
414414
--passive-reviews ${{ inputs.passive-reviews }}

0 commit comments

Comments
 (0)