Fix pr create/update for already up to date branches
This commit is contained in:
@@ -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`
|
||||
)
|
||||
|
Reference in New Issue
Block a user