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');