Skip to content

Commit 8d95c20

Browse files
committed
Merge branch 'release/1.3'
2 parents bab6693 + 08c8e7c commit 8d95c20

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/handles.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@ jobs:
1717
- uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.13'
20-
- run: python obp_handle_generator ${{ inputs.iterations }}
20+
- name: Run handle generator and save summary
21+
run: |
22+
OUTPUT=$(python obp_handle_generator ${{ inputs.iterations }})
23+
echo "### Handles" >> $GITHUB_STEP_SUMMARY
24+
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
25+
echo "$OUTPUT" >> $GITHUB_STEP_SUMMARY
26+
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)