checkout to tempbranch

This commit is contained in:
RJ Nanjegowda 2024-10-11 16:33:43 -07:00
parent 41fe70dee0
commit 3b11a10511

View file

@ -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)
}