adelra/Smart Cache
Advanced caching framework for GitHub Actions with intelligent dependency detection
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | Paths to cache (one per line) | yes | — |
| key | Base cache key (will be combined with environment fingerprint and dependencies) | no | — |
| cachePrefix | Prefix for all cache keys (default: mahtab) | no | mahtab |
| restoreOnly | Only restore the cache, do not save it (default: false) | no | false |
| skipRestore | Skip restoring the cache (default: false) | no | false |
Outputs
| name | description |
|---|---|
| cache-hit | Boolean indicating if a cache was restored (true) or not (false) |