fix
This commit is contained in:
parent
3b11a10511
commit
47a5e68972
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue