mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
workflows/eval: add header for packages in summary
After the stats were added with a header, the list of packages now appeared directly below it, without any separation.
This commit is contained in:
parent
e8906ae26c
commit
4b31cabd6c
1 changed files with 6 additions and 1 deletions
|
@ -173,7 +173,12 @@ runCommand "compare"
|
||||||
} >> $out/step-summary.md
|
} >> $out/step-summary.md
|
||||||
fi
|
fi
|
||||||
|
|
||||||
jq -r -f ${./generate-step-summary.jq} < ${changed-paths} >> $out/step-summary.md
|
{
|
||||||
|
echo
|
||||||
|
echo "# Packages"
|
||||||
|
echo
|
||||||
|
jq -r -f ${./generate-step-summary.jq} < ${changed-paths}
|
||||||
|
} >> $out/step-summary.md
|
||||||
|
|
||||||
cp "$maintainersPath" "$out/maintainers.json"
|
cp "$maintainersPath" "$out/maintainers.json"
|
||||||
''
|
''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue