Skip to content

Commit f685e35

Browse files
🩹 [Patch]: Update output retrieval to access result directly
1 parent 081aac4 commit f685e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/outputs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ LogGroup ' - Outputs' {
1515
Write-Warning "File not found: $env:GITHUB_OUTPUT"
1616
}
1717

18-
Get-GitHubOutput | Format-List
18+
(Get-GitHubOutput).result | Format-List
1919
Write-Host "Access outputs using `${{ fromJson(steps.$env:GITHUB_ACTION.outputs.result).<output-name> }}"
2020
}
2121

0 commit comments

Comments
 (0)