Skip to content

Commit 272c748

Browse files
committed
fix: add missing summary output to the reusable workflow
1 parent c90a52f commit 272c748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

labs/reusable-2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ Follow these steps:
5757
shell: bash
5858
run: |
5959
printf '%s' '${{ steps.call-summary.outputs.summary }}' > summary.json || true
60+
echo "summary_text=$(cat summary.json)" >> $GITHUB_OUTPUT
61+
6062
python3 ./ci/format_summary.py > summary_text.txt
6163
echo "summary_text=$(cat summary_text.txt)" >> $GITHUB_OUTPUT
6264
```

0 commit comments

Comments
 (0)