Add error info
This commit is contained in:
parent
5666cd8fe9
commit
c9fa0e0aa0
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user