diff --git a/src/github-helper.ts b/src/github-helper.ts index 4debadc..67fb051 100644 --- a/src/github-helper.ts +++ b/src/github-helper.ts @@ -66,6 +66,13 @@ export class GitHubHelper { ) { core.info(`A pull request already exists for ${headBranch}`) } else { + core.info( + `ERROR: title:${inputs.title} + head: ${headBranch}, + base: ${inputs.base}, + body: ${inputs.body}, + draft: ${inputs.draft}` + ) throw e } }