Skip to content

Commit b2f99eb

Browse files
committed
Fix github output
1 parent 8c4865b commit b2f99eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ runs:
3535
Import-Module ${{ github.action_path }}/src/PSWattTime
3636
$token = Get-WattTimeAuthToken -Username ${{ inputs.watttime_username }} -Password ${{ inputs.watttime_password }}
3737
$result = Get-AzureRegionWithLowestWattTime -Regions ${{ inputs.regions }} -AuthToken $token
38-
"region=$($result.region)" >> $GITHUB_OUTPUT
38+
"region=$($result.region)" >> $env:GITHUB_OUTPUT

0 commit comments

Comments
 (0)