log message instead of noisy command ouptut

This commit is contained in:
Daylin Morgan 2024-08-08 15:08:11 -05:00
parent a21b4b3c18
commit ea0f6262a8
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -34,7 +34,8 @@ jobs:
- name: Update nix flake - name: Update nix flake
run: | run: |
printf '# Flake Lock\n\n```txt\n' >> $GITHUB_STEP_SUMMARY printf '# Flake Lock\n\n```txt\n' >> $GITHUB_STEP_SUMMARY
nix flake update --commit-lock-file 2>> $GITHUB_STEP_SUMMARY nix flake update --commit-lock-file
git show -s --format='%B' >> $GITHUB_STEP_SUMMARY
printf '```\n' >> $GITHUB_STEP_SUMMARY printf '```\n' >> $GITHUB_STEP_SUMMARY
- name: Pre-build oizys - name: Pre-build oizys