diff --git a/dist/index.js b/dist/index.js index 0a8b3e1..789ce5d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1762,7 +1762,7 @@ function getApps() { responseJson = yield response.json(); } catch (e) { - core.info(responseJson.json()); + core.info(responseJson); core.error(e); } return responseJson.items.filter(app => {