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 efff0b3 commit 175691eCopy full SHA for 175691e
scripts/outputs.ps1
@@ -33,7 +33,7 @@ try {
33
}
34
35
$result | Format-List
36
- Write-Host "Access outputs using `${{ fromJson(steps.$env:GITHUB_ACTION.outputs.result).<output-name> }}"
+ Write-Output "Access outputs using `${{ fromJson(steps.$env:GITHUB_ACTION.outputs.result).<output-name> }}"
37
38
$fenceEnd = '┗' + ('━' * ($fenceStart.Length - 2)) + '┛'
39
Write-Output $fenceEnd
0 commit comments