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
- Activelast commit Mar 27, 2026
- License
- MIT
Pinned Snippet
uses: 100rabhg/s3-cache@66cba0fb83a79366ec733b323f63098f8d04db1d # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
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. |