Skip to content

Commit 286556a

Browse files
committed
Fix pr_title quotes
1 parent e8ad3af commit 286556a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
5050
run: |
5151
set -exu
52-
pr_title="Update release used by `start-proxy` to $RELEASE_TAG"
52+
pr_title="Update release used by \`start-proxy\` to $RELEASE_TAG"
5353
pr_body=$(cat << EOF
5454
This PR updates the `start-proxy` action to use the private registry proxy binaries that
5555
are attached as release assets to the `$RELEASE_TAG` release.

0 commit comments

Comments
 (0)