-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathaction.yml
More file actions
40 lines (37 loc) · 1.24 KB
/
action.yml
File metadata and controls
40 lines (37 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: Argo CD Action
author: Clowd Haus, LLC
description: GitHub action for installing/executing Argo CD cli
branding:
icon: anchor
color: gray-dark
inputs:
command:
description: >
Command passed to the cli
Reference - https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/
required: false
options:
description: >
Command options passed to the cli
Reference - https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/
required: false
version:
description: >
Version of Argo CD to install - https://github.com/argoproj/argo-cd/releases
required: false
default: 3.3.2
download-url:
description: >
Custom URL to download the ArgoCD CLI binary from. When set, the binary is
downloaded directly from this URL instead of from GitHub releases. Useful for
downloading from a self-hosted ArgoCD server (e.g., https://argocd.example.com/download/argocd-linux-amd64).
Note: checksum verification is skipped when using a custom download URL.
The version input is still required for tool-cache keying.
required: false
outputs:
output:
description: >
Output from the ArgoCD CLI command execution
runs:
using: node24
main: dist/index.js