We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8a674 commit 09c7082Copy full SHA for 09c7082
.github/workflows/integrity-check.yml
@@ -88,6 +88,7 @@ jobs:
88
sleep $((RANDOM % ${{ github.event.inputs.max_sleep }} + 1))
89
current=$((current + 1))
90
done < kata_ids.txt
91
+ cat report_${{ matrix.fork_sid }}.txt >> $GITHUB_STEP_SUMMARY
92
93
- name: Upload status report
94
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
0 commit comments