Skip to content

Commit c4550e7

Browse files
Update outputs.ps1 to fetch outputs using GITHUB_OUTPUT path
1 parent 12a038a commit c4550e7

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
@@ -1,6 +1,6 @@
11

22
Get-Content -Path $env:GITHUB_OUTPUT
3-
$outputs = Get-GitHubOutput
3+
$outputs = Get-GitHubOutput -Path $env:GITHUB_OUTPUT
44
$outputs
55
$env:PSMODULE_GITHUB_SCRIPT = $false
66
Set-GitHubOutput -Name 'result' -Value $outputs.result

0 commit comments

Comments
 (0)