Skip to content

Commit

Permalink
use nested quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Dec 7, 2023
1 parent 534e441 commit 97b3102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ runs:
else {
Invoke-Expression -Command "$env:GITHUB_ACTION_PATH/venv/Scripts/Activate.ps1"
}
Invoke-Expression -Command "cpp-linter"
Invoke-Expression -Command 'cpp-linter
--style="${{ inputs.style }}"
--extensions=${{ inputs.extensions }}
--tidy-checks="${{ inputs.tidy-checks }}"
Expand All @@ -173,4 +173,4 @@ runs:
--ignore="${{ inputs.ignore }}"
--database=${{ inputs.database }}
--file-annotations=${{ inputs.file-annotations }}
--extra-arg="${{ inputs.extra-args }}"
--extra-arg="${{ inputs.extra-args }}"'

0 comments on commit 97b3102

Please sign in to comment.