Github Action to install ArgoCD CLI
To use this action, add the following step to your GitHub Action workflow:
Select desired version from https://github.com/argoproj/argo-cd/releases
- name: Setup ArgoCD CLI
uses: imajeetyadav/argocd-cli@v1
with:
version: v2.5.7 # optional
Created and maintained by Ajeet Yadav