im-open/restore-cache
Download a cache and place the files in the provided paths
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | A list of files, directories, and wildcard patterns to restore | yes | — |
| key | An explicit key for restoring and saving the cache | yes | — |
| restore-keys | An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case. | no | — |
| required | Flag indicating whether the action should fail on a cache miss | no | false |
Outputs
| name | description |
|---|---|
| cache-hit | Flag indicating whether an exact match was found for the cache key |
| primary-key | The primary key that should be used when saving the cache. |