mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Fix pr create/update for already up to date branches
This commit is contained in:
parent
2570a753e0
commit
8bdec9b230
4 changed files with 4309 additions and 929 deletions
|
@ -178,6 +178,7 @@ export async function createOrUpdateBranch(
|
|||
result.action = 'updated'
|
||||
core.info(`Updated branch '${branch}'`)
|
||||
} else {
|
||||
result.action = 'not-updated'
|
||||
core.info(
|
||||
`Branch '${branch}' is even with its remote and will not be updated`
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue