teammaestro/Set Up TeamHive Core Repository
Installs dependencies needed to run actions on a TeamHive Core Project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| install-dependencies | If true, the action will install yarn dependencies. | no | — |
| from-cache | If true, the action will restore the dependencies from cache | no | — |
| action-packages | Comma sepparated value string of teamhive action packages to install | no | — |
Outputs
| name | description |
|---|---|
| primary-cache-key | If dependencies were installed/cached, what cache key was used as the primary key |
| cache-hit | If cache was restored, this indicates if the cache hit was an exact match |