actually add nvd result to step summary

This commit is contained in:
Daylin Morgan 2024-07-15 16:25:08 -05:00
parent 5bbd928268
commit 55185fbe8b
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -106,7 +106,9 @@ jobs:
--print-build-logs \
--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
# is this necessary?