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_title
1 parent e8ad3af commit 286556aCopy full SHA for 286556a
.github/workflows/update-proxy-release.yml
@@ -49,7 +49,7 @@ jobs:
49
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
50
run: |
51
set -exu
52
- pr_title="Update release used by `start-proxy` to $RELEASE_TAG"
+ 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.
0 commit comments