mheap/Setup Go CLI
Install any goreleaser based CLI in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The user/org name to fetch the tool from | yes | — |
| repo | The repository name to fetch the tool from | yes | — |
| cli_name | The name of the CLI (may be different to repo) | yes | — |
| version | The version to install | no | — |
| package_name_template | Allows you to customise the package name using a template | no | — |
| package_type | The package archive type (.tar.gz, .zip) | no | — |
| token | The GitHub token to use when fetching the latest version of the tool | no | ${{ github.token }} |
Outputs
no outputs