From 5fda6e093da13f37c63a5577888a668c38f30dc7 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Fri, 24 Jan 2025 19:39:01 +0000 Subject: [PATCH] ci/update: slightly cleanup cancellation summary --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 26f02b92..7a264e2e 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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 '```'