tonywu6/Cache Hit Please
Managed `actions/cache` with segmented cache keys and more outputs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| deps | Dependencies of the cache, as a list of strings/hashes, ordered from the most stable to the most variable. | yes | — |
| path | Paths to cache. | yes | — |
Outputs
| name | description |
|---|---|
| primary-key | The calculated cache key. |
| restore-key | The calculated list of restore keys. |
| cache-hit | A boolean value to indicate an exact match was found for the key. |
| path | The original `path` parameter. |