diff --git a/dist/index.js b/dist/index.js index 2ce6f66..0a8b3e1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1762,6 +1762,7 @@ function getApps() { responseJson = yield response.json(); } catch (e) { + core.info(responseJson.json()); core.error(e); } return responseJson.items.filter(app => { @@ -10840,4 +10841,4 @@ exports.exec = exec; /***/ }) -/******/ }); \ No newline at end of file +/******/ });