Skip to content

Commit a6e84fa

Browse files
committed
chore: Escape branch names
1 parent 8d58e86 commit a6e84fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-base-enforcement.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Post comment to update base branch
13-
run: gh pr comment ${{ github.event.pull_request.number }} --body "⚠️ Pull requests targetting the `master` branch are not allowed. Please update the base branch to `next`."
13+
run: gh pr comment ${{ github.event.pull_request.number }} --body "⚠️ Pull requests targetting the \`master\` branch are not allowed. Please update the base branch to \`next\`."
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
- name: Close PR

0 commit comments

Comments
 (0)