diff --git a/src/main.ts b/src/main.ts index e1bcb5f..4bb3e0c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -72,7 +72,7 @@ function scrubSecrets(input: string): string { async function setupArgoCDCommand(): Promise<(params: string) => Promise> { 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');