We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pr_body
1 parent 37a3fcc commit c55fb0aCopy full SHA for c55fb0a
.github/workflows/update-proxy-release.yml
@@ -51,13 +51,13 @@ jobs:
51
set -exu
52
pr_title="Update release used by \`start-proxy\` to \`$RELEASE_TAG\`"
53
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.
+ 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.
56
57
58
Please do the following before merging:
59
60
- - [ ] Verify that the changes to the code are correct.
+ - [ ] Verify that the changes to the code are correct.
61
EOF
62
)
63
0 commit comments