Skip to content

Commit c55fb0a

Browse files
committed
Fix pr_body contents
1 parent 37a3fcc commit c55fb0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-proxy-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ jobs:
5151
set -exu
5252
pr_title="Update release used by \`start-proxy\` to \`$RELEASE_TAG\`"
5353
pr_body=$(cat << EOF
54-
This PR updates the `start-proxy` action to use the private registry proxy binaries that
55-
are attached as release assets to the `$RELEASE_TAG` release.
54+
This PR updates the \`start-proxy\` action to use the private registry proxy binaries that
55+
are attached as release assets to the \`$RELEASE_TAG\` release.
5656
5757
5858
Please do the following before merging:
5959
60-
- [ ] Verify that the changes to the code are correct.
60+
- [ ] Verify that the changes to the code are correct.
6161
EOF
6262
)
6363

0 commit comments

Comments
 (0)