We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5ed85 commit 08248b2Copy full SHA for 08248b2
action.yml
@@ -408,7 +408,7 @@ runs:
408
--ignore-format ${{ inputs.ignore-format }}
409
--database ${{ inputs.database }}
410
--file-annotations ${{ inputs.file-annotations }}
411
- --extra-arg=${{ inputs.extra-args }}
+ --extra-arg '"${{ inputs.extra-args }}"'
412
--tidy-review ${{ inputs.tidy-review }}
413
--format-review ${{ inputs.format-review }}
414
--passive-reviews ${{ inputs.passive-reviews }}
0 commit comments