Skip to content

Commit 1b3b28a

Browse files
committed
Step back Windows pwsh debugging from to .
1 parent 772d865 commit 1b3b28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ runs:
177177
shell: pwsh
178178
run: |
179179
if ("${{ inputs.debug }}" -eq "true") {
180-
Set-PSDebug -Trace 1
180+
$DebugPreference = 'Continue'
181181
}
182182
183183
New-Item -Path $env:HOME\bin -ItemType directory -Force

0 commit comments

Comments
 (0)