We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bda49 commit c156546Copy full SHA for c156546
1 file changed
.github/workflows/qa.yml
@@ -92,6 +92,7 @@ jobs:
92
- name: Echo region from action
93
run: |
94
echo 'Best emissions region: ${{ steps.watttime_action.outputs.region }}'
95
+ echo 'Best emissions percent: ${{ steps.watttime_action.outputs.percent }}'
96
97
- name: Upload test results
98
uses: actions/upload-artifact@v3
0 commit comments