Fix pr create/update for already up to date branches

This commit is contained in:
Peter Evans 2020-08-19 17:08:59 +09:00
parent 2570a753e0
commit 8bdec9b230
4 changed files with 4309 additions and 929 deletions

View file

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