mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
add summary to outputs
This commit is contained in:
parent
ef945c104b
commit
8b001fb488
1 changed files with 2 additions and 7 deletions
9
.github/workflows/nightly.yml
vendored
9
.github/workflows/nightly.yml
vendored
|
@ -101,15 +101,10 @@ jobs:
|
|||
|
||||
- run: |
|
||||
echo "# System Diff" >> $GITHUB_STEP_SUMMARY
|
||||
nix store diff-closures ./current ./updated | tee -a $GITHUB_STEP_SUMMARY
|
||||
# TODO: deal with store diff-closures ansi outputs...
|
||||
nix store diff-closures ./current ./updated | tee -a $GITHUB_STEP_SUMMARY summary.md
|
||||
- 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