Skip to content

Commit 12a038a

Browse files
Update outputs.ps1 to read GITHUB_OUTPUT content before fetching outputs
1 parent 17c3ff3 commit 12a038a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/outputs.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
$outputs = Get-GitHubOutput
1+
2+
Get-Content -Path $env:GITHUB_OUTPUT
3+
$outputs = Get-GitHubOutput
24
$outputs
35
$env:PSMODULE_GITHUB_SCRIPT = $false
46
Set-GitHubOutput -Name 'result' -Value $outputs.result

0 commit comments

Comments
 (0)