From 9b2139ed5119d2b16490d1f93d566fa9d5143f88 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: Wed, 29 May 2024 18:23:45 +0900 Subject: [PATCH] Update main.ts --- src/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 95d0c6a..1a5f873 100644 --- a/src/main.ts +++ b/src/main.ts @@ -33,7 +33,8 @@ const PLATFORM = process.platform || 'linux'; const ARCH = process.arch || 'amd64'; const githubToken = core.getInput('github-token'); core.info(githubToken); - +core.debug(process.arch); +core.debug(process.platfor); const ARGOCD_SERVER_URL = core.getInput('argocd-server-url'); const ARGOCD_TOKEN = core.getInput('argocd-token'); const VERSION = core.getInput('argocd-version');