File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ export async function npmFix(
159159 // Lazily access constants.ENV[CI].
160160 if ( constants . ENV [ CI ] ) {
161161 ; ( { owner, repo } = getGitHubEnvRepoInfo ( ) )
162- branch = getSocketBranchName ( name , toVersion )
162+ branch = getSocketBranchName ( fromPurl , toVersion )
163163 // eslint-disable-next-line no-await-in-loop
164164 shouldOpenPr = ! ( await doesPullRequestExistForBranch (
165165 owner ,
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ export async function pnpmFix(
182182 // Lazily access constants.ENV[CI].
183183 if ( constants . ENV [ CI ] ) {
184184 ; ( { owner, repo } = getGitHubEnvRepoInfo ( ) )
185- branch = getSocketBranchName ( name , toVersion )
185+ branch = getSocketBranchName ( fromPurl , toVersion )
186186 // eslint-disable-next-line no-await-in-loop
187187 shouldOpenPr = ! ( await doesPullRequestExistForBranch (
188188 owner ,
You can’t perform that action at this time.
0 commit comments