everpcpc/cloud cache
Actions cache to multiple cloud provider with OpenDAL.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| provider | Storage provider | yes | s3 |
| endpoint | Storage provider endpoint | no | — |
| bucket | Storage backend bucket | yes | — |
| root | Root directory for all cache files | no | "" |
| path | A list of files, directories, and wildcard patterns to cache and restore | yes | — |
| key | An explicit key for restoring and saving the cache | yes | — |
| restore-keys | An ordered list of keys to use for restoring the cache if no cache hit occurred for key | no | — |
| use-fallback | Use github actions/cache as fallback | no | false |
Outputs
| name | description |
|---|---|
| cache-hit | A boolean value to indicate an exact match was found for the primary key |