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 00ed04c commit 1a2fa1fCopy full SHA for 1a2fa1f
hugoalh.GitHubActionsToolkit/module/command-stdout.psm1
@@ -186,7 +186,7 @@ Function Write-StdOutCommand {
186
[String[]]$ParameterNames = ([PSCustomObject]$Parameter).PSObject.Properties.Name
187
Write-Host -Object "::$StdOutCommand$(($ParameterNames.Count -gt 0) ? " $(
188
$ParameterNames |
189
- ForEach-Object -Process { "$_=$(Format-StdOutParameterValue ($Parameter.($_) ?? ''))" } |
+ ForEach-Object -Process { "$_=$(Format-StdOutCommandParameterValue ($Parameter.($_) ?? ''))" } |
190
Join-String -Separator ','
191
)" : '')::$(Format-StdOutCommandValue ($Value ?? ''))"
192
}
0 commit comments