Skip to content

Commit c156546

Browse files
committed
Fix #3 - Add action output and include in qa
1 parent a8bda49 commit c156546

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/qa.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- name: Echo region from action
9393
run: |
9494
echo 'Best emissions region: ${{ steps.watttime_action.outputs.region }}'
95+
echo 'Best emissions percent: ${{ steps.watttime_action.outputs.percent }}'
9596
9697
- name: Upload test results
9798
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)