diff --git a/dist/index.js b/dist/index.js index bfe35f4..96104d7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -59392,6 +59392,7 @@ async function run() { (0, core_1.info)(summary); (0, core_1.setFailed)(response.errors); } + console.log(response); (0, core_1.info)(`Welcome ${(_a = response === null || response === void 0 ? void 0 : response.me) === null || _a === void 0 ? void 0 : _a.name} to this action`); (0, core_1.debug)(JSON.stringify({ host, diff --git a/src/index.ts b/src/index.ts index aab75af..b34fc34 100644 --- a/src/index.ts +++ b/src/index.ts @@ -26,9 +26,12 @@ export async function run() { setOutput("result_info", response.errors); info(summary); + setFailed(response.errors); } + console.log(response); + info(`Welcome ${response?.me?.name} to this action`); debug( JSON.stringify({