dhadka/ezcache - Caching made easy
Simplifies the creation of GitHub Actions caches and adds support for local and AWS S3 storage.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| type | The type of cache to create | no | auto |
| version | The version number of the cache | no | — |
| path | The cache path, only valid for types "run", "diff", "daily", "weely", "env", and "script" | no | — |
| provider | The provider for cache storage, supports "hosted", "local" | no | — |
| modules | Comma-separated list of powershell modules to install, only valid for the "powershell" cache | no | — |
| script | Path to a script that installs dependencies, only valid for the "script" cache | no | — |
Outputs
| name | description |
|---|---|
| cache-hit | When "true", indicates an exact match was found for the key |
| cache-restore-type | Indicates the restore type, either "miss", "partial", or "full" |