Skip to content

Commit edac388

Browse files
committed
20230628B
1 parent af3dbf7 commit edac388

File tree

1 file changed

+2
-2
lines changed
  • hugoalh.GitHubActionsToolkit/module

1 file changed

+2
-2
lines changed

hugoalh.GitHubActionsToolkit/module/log.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,13 +297,13 @@ Function Write-Raw {
297297
If ($GroupTitle.Length -gt 0) {
298298
Enter-LogGroup -Title $GroupTitle
299299
}
300-
[String]$EndToken = Disable-GitHubActionsProcessingCommands
300+
[String]$EndToken = Disable-GitHubActionsStdOutCommandProcess
301301
}
302302
Process {
303303
Write-Host -Object $InputObject
304304
}
305305
End {
306-
Enable-GitHubActionsProcessingCommands -EndToken $EndToken
306+
Enable-GitHubActionsStdOutCommandProcess -EndToken $EndToken
307307
If ($GroupTitle.Length -gt 0) {
308308
Exit-LogGroup
309309
}

0 commit comments

Comments
 (0)