diff --git a/src/main.ts b/src/main.ts index 711d0c3..c6db73c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -32,6 +32,7 @@ async function run(): Promise { await createPullRequest(inputs) } catch (error) { + console.error(error) core.setFailed(utils.getErrorMessage(error)) } }