Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
yeager-eren committed Dec 31, 2023
1 parent 25d3e51 commit 8c19e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common/github.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export async function createPullRequest(pr) {

const ghCreateParams = [
'--title',
title,
`"${title}"`,
'--base',
baseBranch,
'--head',
Expand Down

0 comments on commit 8c19e94

Please sign in to comment.