Fix pr_body contents
This commit is contained in:
parent
37a3fcc3af
commit
c55fb0ab89
1 changed files with 3 additions and 3 deletions
6
.github/workflows/update-proxy-release.yml
vendored
6
.github/workflows/update-proxy-release.yml
vendored
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue