Skip to content

Commit 2913c2a

Browse files
committed
replace all \ in database path
1 parent 0fb5309 commit 2913c2a

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
@@ -391,7 +391,7 @@ runs:
391391
$env.UV_INSTALL_DIR = $action_path | path join 'bin'
392392
$env.UV_CACHE_DIR = $env.RUNNER_TEMP | path join 'cpp-linter-action-cache'
393393
394-
let database = '${{ inputs.database }}' | str replace '\' '\\'
394+
let database = '${{ inputs.database }}' | str replace --all '\' '\\'
395395
396396
let args = [
397397
'--style=${{ inputs.style }}'

0 commit comments

Comments
 (0)