troubleshoot step summary

This commit is contained in:
Daylin Morgan 2024-07-16 10:24:56 -05:00
parent f8d3b6aefd
commit 0df6388f36
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -112,7 +112,11 @@ jobs:
- run: df -h - run: df -h
# is this necessary? # is this necessary?
- run: echo $GITHUB_STEP_SUMMARY
- run: cat $GITHUB_STEP_SUMMARY > summary.md - run: cat $GITHUB_STEP_SUMMARY > summary.md
- run: cat summary.md
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: summary name: summary