buckwich/Check Cache
Check if @action/cache already already exists. Uses simlar inputs as @action/cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| key | Check for the main key | yes | — |
| restore-keys | Other keys to check | no | — |
Outputs
| name | description |
|---|---|
| cache-key | Indicates for which key a cache was found |
| cache-hit | Boolean if any cache was found |
| exact-hit | Boolean if primary key was found |