checkout to tempbranch
This commit is contained in:
parent
41fe70dee0
commit
3b11a10511
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ export async function createOrUpdateBranch(
|
|||
}
|
||||
}
|
||||
// Reset the temp branch to the working index
|
||||
await git.checkout(tempBranch, 'HEAD')
|
||||
await git.checkout(tempBranch)
|
||||
// Reset the base
|
||||
await git.fetch([`${base}:${base}`], baseRemote, fetchArgs)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue