mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
test
This commit is contained in:
parent
89fb1fe67a
commit
f34b433b22
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ export async function createOrUpdateBranch(
|
||||||
core.info(
|
core.info(
|
||||||
`Rebasing commits made to ${workingBaseType} '${workingBase}' on to base branch '${base}'`
|
`Rebasing commits made to ${workingBaseType} '${workingBase}' on to base branch '${base}'`
|
||||||
)
|
)
|
||||||
const compareBranches = `${base}..${tempBranch}`
|
const compareBranches = `main..${tempBranch}`
|
||||||
// Checkout the actual base
|
// Checkout the actual base
|
||||||
await git.fetch([`${base}:${base}`], baseRemote, ['--force'])
|
await git.fetch([`${base}:${base}`], baseRemote, ['--force'])
|
||||||
await git.checkout(base)
|
await git.checkout(base)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue