Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joosangkim authored May 29, 2024
1 parent a2b83ab commit 9b2139e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 9b2139e

Please sign in to comment.