mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
extra error logging in entry
This commit is contained in:
parent
dad3602d2b
commit
8e161f8241
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ async function run(): Promise<void> {
|
|||
|
||||
await createPullRequest(inputs)
|
||||
} catch (error) {
|
||||
console.error(error)
|
||||
core.setFailed(utils.getErrorMessage(error))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue