100rabhg/S3 Cache Action
Cache dependencies and build artifacts to AWS S3. Restores cache on job start and uploads on job completion.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| key | Unique cache key. Use hashFiles or similar for best results. | yes | — |
| path | Path to cache (e.g. node_modules, .next, build). | yes | — |
| bucket | S3 bucket name to store cache. | yes | — |
| region | AWS region for the S3 bucket. If empty, cache is skipped. | no | — |
Outputs
| name | description |
|---|---|
| cache-hit | true if cache was restored, false otherwise. |