antony1060/Simple Redis actions cache
Simple Redis actions cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 17, 2024
- License
- None
Pinned Snippet
uses: antony1060/action-cache-redis@4f34ba65a5e476d907df582b2a28e1bba9876171 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | Paths to cache | yes | — |
| key | Cache key | yes | — |
| redis-url | Redis connection url | yes | redis://127.0.0.1:6379 |
Outputs
| name | description |
|---|---|
| cache-hit | Boolean value representing a cache hit or miss |