fix: improve logging

This commit is contained in:
Peter Evans 2021-05-14 13:47:55 +09:00
parent a6d621d73e
commit 32c71c837c
4 changed files with 7846 additions and 1 deletions

View file

@ -195,11 +195,13 @@ export async function createPullRequest(inputs: Inputs): Promise<void> {
if (result.hasDiffWithBase) {
// Create or update the pull request
core.startGroup('Create or update the pull request')
const pull = await githubHelper.createOrUpdatePullRequest(
inputs,
baseRemote.repository,
branchRepository
)
core.endGroup()
// Set outputs
core.startGroup('Setting outputs')