We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3dbf7 commit edac388Copy full SHA for edac388
hugoalh.GitHubActionsToolkit/module/log.psm1
@@ -297,13 +297,13 @@ Function Write-Raw {
297
If ($GroupTitle.Length -gt 0) {
298
Enter-LogGroup -Title $GroupTitle
299
}
300
- [String]$EndToken = Disable-GitHubActionsProcessingCommands
+ [String]$EndToken = Disable-GitHubActionsStdOutCommandProcess
301
302
Process {
303
Write-Host -Object $InputObject
304
305
End {
306
- Enable-GitHubActionsProcessingCommands -EndToken $EndToken
+ Enable-GitHubActionsStdOutCommandProcess -EndToken $EndToken
307
308
Exit-LogGroup
309
0 commit comments