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 081aac4 commit f685e35Copy full SHA for f685e35
scripts/outputs.ps1
@@ -15,7 +15,7 @@ LogGroup ' - Outputs' {
15
Write-Warning "File not found: $env:GITHUB_OUTPUT"
16
}
17
18
- Get-GitHubOutput | Format-List
+ (Get-GitHubOutput).result | Format-List
19
Write-Host "Access outputs using `${{ fromJson(steps.$env:GITHUB_ACTION.outputs.result).<output-name> }}"
20
21
0 commit comments