From c55fb0ab89a8b55674f0ae2704641f4d17361e9e Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Mon, 23 Jun 2025 12:46:30 +0100 Subject: [PATCH] Fix `pr_body` contents --- .github/workflows/update-proxy-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-proxy-release.yml b/.github/workflows/update-proxy-release.yml index c414a1c24..cda32086f 100644 --- a/.github/workflows/update-proxy-release.yml +++ b/.github/workflows/update-proxy-release.yml @@ -51,13 +51,13 @@ jobs: set -exu pr_title="Update release used by \`start-proxy\` to \`$RELEASE_TAG\`" pr_body=$(cat << EOF - This PR updates the `start-proxy` action to use the private registry proxy binaries that - are attached as release assets to the `$RELEASE_TAG` release. + This PR updates the \`start-proxy\` action to use the private registry proxy binaries that + are attached as release assets to the \`$RELEASE_TAG\` release. Please do the following before merging: - - [ ] Verify that the changes to the code are correct. + - [ ] Verify that the changes to the code are correct. EOF )