Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson authored Aug 25, 2022
1 parent 56e4bcf commit 252bbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ runs:
if ( (-not $global:PSVersionTable.Platform) -or ($global:PSVersionTable.Platform -eq "Win32NT") ) {
Write-Host "End of log stream, attempting to cleanup child processes"
Get-CimInstance Win32_Process | Where-Object { $_.ParentProcessId -eq $processId } | ForEach-Object {Stop-Process -Id $_.ProcessId }
Get-CimInstance Win32_Process | Where-Object { $_.ParentProcessId -eq $processId } | ForEach-Object { Stop-Process -Id $_.ProcessId }
} else {
Write-Host "End of log stream"
}
Expand Down

0 comments on commit 252bbcb

Please sign in to comment.