mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
log message instead of noisy command ouptut
This commit is contained in:
parent
a21b4b3c18
commit
ea0f6262a8
1 changed files with 2 additions and 1 deletions
3
.github/workflows/update.yml
vendored
3
.github/workflows/update.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue