feat: add per-file cache_rules and fix argument escaping #32
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: schmalz/shared-actions#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/publish-static-contents-cache-rules"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -68,1 +96,4 @@# Bulk sync remaining files; versioned builds get immutable cache headersCACHE_CONTROL_ARG=""[[ "${INPUT_VERSIONING}" == "true" ]] && CACHE_CONTROL_ARG="--cache-control 'public, max-age=31536000, immutable'"Persönlich finde ich es leichter zu verstehen, wenn das hier auch in einem if gesetzt wird anstatt auf das verhalten von && zu setzen.
Sehe ich auch so. Vor allem ist es dann einheitlich. Wird noch verbessert...
1a4e26705dtoc690178858New commits pushed, approval review dismissed automatically according to repository settings