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.
1 parent 7ca4105 commit 37a3fccCopy full SHA for 37a3fcc
.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