Skip to content

Commit

Permalink
ci/update: slightly cleanup cancellation summary
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Jan 24, 2025
1 parent 0b6be86 commit 5fda6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '```'
Expand Down

0 comments on commit 5fda6e0

Please sign in to comment.