bonsai-rx/Setup Bonsai

Used to bootstrap Bonsai environments from GitHub Actions workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
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.