Skip to content

Commit 98050da

Browse files
committed
Fix percentage in job summary
1 parent c156546 commit 98050da

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
@@ -46,6 +46,6 @@ runs:
4646
Write-Output "### PSWattTime Azure Region selection" >> $env:GITHUB_STEP_SUMMARY
4747
Write-Output "" >> $env:GITHUB_STEP_SUMMARY
4848
Write-Output "- Azure region with lowest emissions: **$($result.region)**" >> $env:GITHUB_STEP_SUMMARY
49-
Write-Output "- Emissions percentage: **$($result.region)**" >> $env:GITHUB_STEP_SUMMARY
49+
Write-Output "- Emissions percentage: **$($result.percent)**" >> $env:GITHUB_STEP_SUMMARY
5050
5151

0 commit comments

Comments
 (0)