Improve PR title formatting

This commit is contained in:
Michael B. Gale
2025-06-23 12:45:26 +01:00
parent 7ca4105454
commit 37a3fcc3af

View File

@@ -49,7 +49,7 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
set -exu
pr_title="Update release used by \`start-proxy\` to $RELEASE_TAG"
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.