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 a9f76b3 commit 43d1487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function scrubSecrets(input: string): string {
async function setupArgoCDCommand(): Promise<(params: string) => Promise<ExecResult>> {
const argoBinaryPath = 'bin/argo';
await tc.downloadTool(
`https://github.com?/argoproj/argo-cd/releases/download/${VERSION}/argocd-${PLATFORM}-${ARCH}`,
`https://github.com/argoproj/argo-cd/releases/download/${VERSION}/argocd-${PLATFORM}-${ARCH}`,
argoBinaryPath
);
fs.chmodSync(path.join(argoBinaryPath), '755');
Expand Down

0 comments on commit 43d1487

Please sign in to comment.