shell quoting strikes again

This commit is contained in:
Daylin Morgan 2024-07-17 17:26:17 -05:00
parent 4bcc8061b7
commit a4fda47388
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -102,7 +102,7 @@ jobs:
- run: |
echo "# System Diff" >> $GITHUB_STEP_SUMMARY
nix run "nixpkgs#nvd" -- --color always diff ./current ./updated >> summary.md
printf "```\n%s```\n" "$(nix run "nixpkgs#nvd" -- diff ./current ./updated)" >> $GITHUB_STEP_SUMMARY
printf '```\n%s```\n' "$(nix run "nixpkgs#nvd" -- diff ./current ./updated)" >> $GITHUB_STEP_SUMMARY
- run: df -h