Improve PR title formatting
This commit is contained in:
parent
7ca4105454
commit
37a3fcc3af
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-proxy-release.yml
vendored
2
.github/workflows/update-proxy-release.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
run: |
|
run: |
|
||||||
set -exu
|
set -exu
|
||||||
pr_title="Update release used by \`start-proxy\` to $RELEASE_TAG"
|
pr_title="Update release used by \`start-proxy\` to \`$RELEASE_TAG\`"
|
||||||
pr_body=$(cat << EOF
|
pr_body=$(cat << EOF
|
||||||
This PR updates the `start-proxy` action to use the private registry proxy binaries that
|
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.
|
are attached as release assets to the `$RELEASE_TAG` release.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue