diff --git a/index.js b/index.js index eca9ab8..ec2ca9f 100644 --- a/index.js +++ b/index.js @@ -175,12 +175,14 @@ async function run() { return; } } catch (e) { + console.info(e); core.setFailed(`Action failed with error ${e}`); } }); } catch (e) { - core.setFailed(`Action failed with error ${e}`); + console.info(e); + core.setFailed(`Actions failed with error ${e}`); } })).then(() => { if (GH_EVENT_NAME == 'pull_request') {