checkout to tempbranch
This commit is contained in:
parent
41fe70dee0
commit
3b11a10511
@ -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…
x
Reference in New Issue
Block a user