datadog/Install datadog-ci
Installs the Datadog CI CLI (standalone binary) on the runner
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Optional GitHub token used to authenticate GitHub Releases API lookups for floating major versions like "v5". Defaults to github.token when not provided. | no | — |
| version | Version of datadog-ci to install. Use a major version like "v5" (default) to get the latest release within that major version. Use a specific tag like "v5.6.0" to pin. | no | v5 |
Outputs
| name | description |
|---|---|
| version | The concrete version that was installed (e.g. "v5.6.0") |
| binary-path | Absolute path to the installed datadog-ci binary |
| cache-hit | 'true' if the binary was restored from cache; empty if it was downloaded from GitHub Releases |