mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-09 20:33:15 -06:00
actually add nvd result to step summary
This commit is contained in:
parent
5bbd928268
commit
55185fbe8b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
@ -106,7 +106,9 @@ jobs:
|
||||||
--print-build-logs \
|
--print-build-logs \
|
||||||
--out-link updated
|
--out-link updated
|
||||||
|
|
||||||
- run: nix run "nixpkgs#nvd" diff ./current ./updated
|
- run: |
|
||||||
|
echo "# System Diff" >> $GITHUB_STEP_SUMMARY
|
||||||
|
nix run "nixpkgs#nvd" diff ./current ./updated | tee -a $GITHUB_STEP_SUMMARY
|
||||||
- run: df -h
|
- run: df -h
|
||||||
|
|
||||||
# is this necessary?
|
# is this necessary?
|
||||||
|
|
Loading…
Reference in a new issue