getjerry/actions-s3-cache
This action installs dependencies or builds, and caches them in S3.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 12, 2025
- License
- MIT
Pinned Snippet
uses: getjerry/actions-s3-cache@a1324fb771a57435357a9dc1e5b5040de229f487 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| s3-bucket | — | yes | — |
| cache-key | — | yes | — |
| restore-keys | — | no | — |
| paths | — | yes | — |
| command | — | yes | — |
| tar-option | — | no | -P --use-compress-program=zstd -cf |
| untar-option | — | no | -P --use-compress-program=unzstd -xf |
| working-directory | — | no | ./ |
| cache-hit-skip | — | no | false |
Outputs
no outputs