From e45bad01310a9f23b7c4ed71670242fc8ebf6ea3 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:29:47 +0900 Subject: [PATCH] Update index.js --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {