We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bab6693 + 08c8e7c commit 8d95c20Copy full SHA for 8d95c20
.github/workflows/handles.yml
@@ -17,4 +17,10 @@ jobs:
17
- uses: actions/setup-python@v5
18
with:
19
python-version: '3.13'
20
- - run: python obp_handle_generator ${{ inputs.iterations }}
+ - 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
0 commit comments