Skip to content

Commit 53694f0

Browse files
MishaKavclaude
andauthored
fix: remove extra backslash escaping in PR title for bump-gitstream-core workflow (#389)
🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent aeea7f2 commit 53694f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-gitstream-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
git push origin HEAD:${{ env.BRANCH_NAME }}
7272
gh pr create \
7373
--base develop \
74-
--title "Bump \`@linearb/gitstream-core\` to \`${{ env.VERSION }}\`" \
74+
--title "Bump `@linearb/gitstream-core` to `${{ env.VERSION }}`" \
7575
--body-file pr_description.txt \
7676
--head ${{ env.BRANCH_NAME }} ${{ env.REVIEWER_ARG }} ${{ env.LABEL_ARG }}

0 commit comments

Comments
 (0)