mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
troubleshoot step summary
This commit is contained in:
parent
f8d3b6aefd
commit
0df6388f36
1 changed files with 4 additions and 0 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
@ -112,7 +112,11 @@ jobs:
|
|||
- run: df -h
|
||||
|
||||
# is this necessary?
|
||||
|
||||
- run: echo $GITHUB_STEP_SUMMARY
|
||||
- run: cat $GITHUB_STEP_SUMMARY > summary.md
|
||||
- run: cat summary.md
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: summary
|
||||
|
|
Loading…
Reference in a new issue