actions-marketplace-validations/Setup Bonsai

Used to bootstrap Bonsai environments from GitHub Actions workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Dec 6, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/bonsai-rx_setup-bonsai@ee1b6b0cf27a7e9a22b177c9129f6260496b9a03 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
environment-pathsOne or more paths to Bonsai environments..bonsai/
inject-packagesOptional list of local NuGet packages to inject into the Bonsai.config of each environment.
enable-cacheWhether or not to cache the restored Bonsai environment across workflow runs.true
cache-key-prefixExtra info to prepend to the cache key
namedescription
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.