api7/Setup ADC
Setup the API7 ADC CLI tool
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of ADC to install. Examples: 0.25.0, v0.25.0. Defaults to the latest available version when not specified. | — | latest |
| token | Used to fetch the latest ADC release from the GitHub API. Since there is a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. | — | ${{ github.server_url == 'https://github.com' && github.token || '' }} |
Outputs
| name | description |
|---|---|
| adc-version | The installed ADC version |