iarekylew00t/regctl-installer
GitHub Action for installing the regctl CLI tool
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| regctl-release | regctl release version to be installed | no | latest |
| verify | Perform signature verification on regctl | no | true |
| cache | Whether to utilize cache with regctl | no | true |
| token | GitHub token for REST API access | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| version | The version of regctl that was installed |
| cache-hit | If regctl was installed via cache |