fix
This commit is contained in:
parent
3b11a10511
commit
47a5e68972
@ -255,6 +255,7 @@ export async function createOrUpdateBranch(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Reset the temp branch to the working index
|
// Reset the temp branch to the working index
|
||||||
|
// Fix is to change to temp branch instead of recreating
|
||||||
await git.checkout(tempBranch)
|
await git.checkout(tempBranch)
|
||||||
// Reset the base
|
// Reset the base
|
||||||
await git.fetch([`${base}:${base}`], baseRemote, fetchArgs)
|
await git.fetch([`${base}:${base}`], baseRemote, fetchArgs)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user