We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
\
1 parent 0fb5309 commit 2913c2aCopy full SHA for 2913c2a
action.yml
@@ -391,7 +391,7 @@ runs:
391
$env.UV_INSTALL_DIR = $action_path | path join 'bin'
392
$env.UV_CACHE_DIR = $env.RUNNER_TEMP | path join 'cpp-linter-action-cache'
393
394
- let database = '${{ inputs.database }}' | str replace '\' '\\'
+ let database = '${{ inputs.database }}' | str replace --all '\' '\\'
395
396
let args = [
397
'--style=${{ inputs.style }}'
0 commit comments