We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4865b commit b2f99ebCopy full SHA for b2f99eb
1 file changed
action.yml
@@ -35,4 +35,4 @@ runs:
35
Import-Module ${{ github.action_path }}/src/PSWattTime
36
$token = Get-WattTimeAuthToken -Username ${{ inputs.watttime_username }} -Password ${{ inputs.watttime_password }}
37
$result = Get-AzureRegionWithLowestWattTime -Regions ${{ inputs.regions }} -AuthToken $token
38
- "region=$($result.region)" >> $GITHUB_OUTPUT
+ "region=$($result.region)" >> $env:GITHUB_OUTPUT
0 commit comments