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