chrisfentiman/Setup creft
Install creft and run skills in CI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | creft version to install (e.g., "0.2.8"). Defaults to latest. | no | latest |
| run | Skill command(s) to run after install. Newline-separated for multiple. | no | "" |
| plugins | Newline-separated list of plugins to set up before running. | no | "" |
| token | GitHub token for resolving the latest release version. Defaults to github.token. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| version | The version of creft that was installed |
| cache-hit | Whether the binary was restored from cache |