mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
ci/update: slightly cleanup cancellation summary
This commit is contained in:
parent
0b6be86756
commit
5fda6e093d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
@ -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 '```'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue