actions-marketplace-validations/Setup Bonsai
Used to bootstrap Bonsai environments from GitHub Actions workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 6, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/bonsai-rx_setup-bonsai@ee1b6b0cf27a7e9a22b177c9129f6260496b9a03 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| environment-paths | One or more paths to Bonsai environments. | — | .bonsai/ |
| inject-packages | Optional list of local NuGet packages to inject into the Bonsai.config of each environment. | — | — |
| enable-cache | Whether or not to cache the restored Bonsai environment across workflow runs. | — | true |
| cache-key-prefix | Extra info to prepend to the cache key | — | — |
Outputs
| name | description |
|---|---|
| cache-hit | `none` if there was not a cache hit, `partial` if a partially compatible cache was hit, `full` if an exact cache was hit. |