preformat the report
This commit is contained in:
parent
0fee84ea36
commit
1c3b7f4db4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -29,7 +29,9 @@ jobs:
|
|||
echo $new_job
|
||||
echo "<details>" >> report
|
||||
echo "<summary>expression difference for $job</summary>" >> report
|
||||
echo '```' >> report
|
||||
nix run 'nixpkgs#nix-diff' $old_job $new_job >> report
|
||||
echo '```' >> report
|
||||
echo "</details>" >> report
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue