From 8c6789f14a535ca622b8fa952aa27d0836774e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeff=28=EA=B9=80=EC=A3=BC=EC=83=81=29?= <49609358+joosangkim@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:25:42 +0900 Subject: [PATCH] Update index.js - test --- dist/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +/******/ });