actions-marketplace-validations/Cache Key Check
Check if a cache key or prefix would generate a hit if it would have been restored
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 9, 2023
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/pascallj_cache-key-check@87ca61428fdeb72f0bfb4bcb06a9e3022a9eb588 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| key | An explicit key or prefix for identifying the cache | no | "" |
| repo-token | Token to use to authorize actions API access. Typically the GITHUB_TOKEN secret, with actions:read access | no | — |
Outputs
| name | description |
|---|---|
| cache-hit | A string ('true' or 'false') to indicate a match was found for the key or prefix |