From e47d52daeb3be90595ac10d2973415c37c34a418 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:39:53 +0900 Subject: [PATCH] Update index.js --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 0035d30..456a3c7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1759,9 +1759,9 @@ function getApps() { method: 'GET', headers: { Cookie: `argocd.token=${ARGOCD_TOKEN}` } }); - core.info(response); + core.debug(response); responseJson = yield response.json(); - core.info(responseJson); + core.debug(responseJson); } catch (e) { core.error(e);