ci/update: slightly cleanup cancellation summary

This commit is contained in:
Matt Sturgeon 2025-01-24 19:39:01 +00:00
parent 0b6be86756
commit 5fda6e093d
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -123,8 +123,8 @@ jobs:
(
echo '## Update cancelled'
echo
echo -n 'The `nixpkgs` rev has not changed (`'"$new"'`)'
echo " compared to the already open PR [#$pr_num]($pr_url)."
echo -n 'The `nixpkgs` input has not changed compared to the already open PR: '
echo -n "[#$pr_num]($pr_url) (\`nixpkgs.rev: $new\`)."
echo
echo 'The following changes would have been made:'
echo '```'