Commit graph

5 commits

Author SHA1 Message Date
08123e3f56 fix: update cache control argument handling for S3 sync
All checks were successful
Aikido Security PR Check / Aikido Security Scan (pull_request) Successful in 49s
validate-shared-actions / validate-shared-actions (pull_request) Successful in 26s
2026-06-01 12:35:17 +00:00
c690178858 feat: add per-file cache_rules and fix argument escaping
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 29s
Aikido Security PR Check / Aikido Security Scan (pull_request) Successful in 1m17s
- Add cache_rules input: JSON array of per-file cache overrides, each uploaded individually with its own Cache-Control and Content-Type headers and excluded from the bulk sync
- When versioning is true and cache_rules is empty, auto short-cache index.html (no-cache, max-age=300) if it exists in dist_dir
- Fix EXCLUDE_ARGS and CT_ARG to use bash arrays for correct handling of filenames and content-type values containing spaces
2026-05-22 05:06:42 +00:00
4d2a9815d7 fix: update versioning parameters in README and action.yml for clarity
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 48s
Aikido Security PR Check / Aikido Security Scan (pull_request) Successful in 1m23s
Co-authored-by: Copilot <copilot@github.com>
2026-05-19 15:07:29 +00:00
d89b7842e2 fix: install AWS CLI if not present before publishing assets
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 32s
Aikido Security PR Check / Aikido Security Scan (pull_request) Successful in 1m20s
Co-authored-by: Copilot <copilot@github.com>
2026-05-11 13:52:20 +00:00
ec92d4c539 feat: add publish-static-contents action 2026-04-30 14:02:09 +02:00