coxless/setup-mise
Setup mise on GitHub Actions Ubuntu runners
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | mise version to install (default: latest) | no | "" |
| install | Run mise install after setup | no | true |
| working_directory | Directory in which to run mise install | no | . |
| cache | Enable caching of mise binary and installed tools | no | true |
| log_level | mise log level (trace, debug, info, warn, error) | no | info |
| config_file | Path to mise config file, relative to working_directory (used for cache key) | no | .mise.toml |
| github_token | GitHub token for authenticated Release downloads to avoid rate limits | no | ${{ github.token }} |
Outputs
no outputs