Fix pr_title quotes

This commit is contained in:
Michael B. Gale
2025-06-23 12:41:56 +01:00
parent e8ad3afb1e
commit 286556a968

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.