actions-marketplace-validations/restore pip download cache
1-liner to restore the pip download cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| custom_cache_key_element | custom element that will be used when constructing the cache key | no | v1 |
| requirement_files | requirements-files to use for building the cache key | no | **/requirements*.txt **/requirements/*.txt **/Pipfile.lock **/poetry.lock |
Outputs
| name | description |
|---|---|
| cache-hit | A boolean value to indicate if a cache was restored |
| pip-cache-directory | the path to the pip cache directory |