Skip to content

Commit fec62e2

Browse files
committed
20220910B
1 parent d2c9843 commit fec62e2

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

hugoalh.GitHubActionsToolkit/module/log.psm1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@ Function Write-Raw {
285285
[String]$EndToken = Disable-GitHubActionsProcessingCommands
286286
}
287287
Process {
288-
Write-Host -Object $InputObject
288+
$InputObject |
289+
Write-Host
289290
}
290291
End {
291292
Enable-GitHubActionsProcessingCommands -EndToken $EndToken

0 commit comments

Comments
 (0)