Skip to content

Commit c57ad42

Browse files
committed
20220629F
1 parent b943841 commit c57ad42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugoalh.GitHubActionsToolkit/module/problem-matcher.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Function Add-ProblemMatcher {
3131
}
3232
}
3333
'Path' {
34-
ForEach ($Item In [String[]](Resolve-Path -Path $Path -ErrorAction 'SilentlyContinue')) {
34+
ForEach ($Item In [String[]](Resolve-Path -Path $Path)) {
3535
Write-GitHubActionsCommand -Command 'add-matcher' -Value ($Item -ireplace '^\.[\\\/]', '' -ireplace '\\', '/')
3636
}
3737
}

0 commit comments

Comments
 (0)