From c7939d0b1a13b1ad85a6ffcacacaf35886feb4ec Mon Sep 17 00:00:00 2001 From: gergoantos Date: Tue, 26 May 2026 16:58:27 +0200 Subject: [PATCH] a --- static-aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-aws.yml b/static-aws.yml index 1ff7efc..a50b88e 100644 --- a/static-aws.yml +++ b/static-aws.yml @@ -23,4 +23,4 @@ jobs: EXCLUDES="" [ -n "${{ inputs.exclude_glob }}" ] && for g in ${{ inputs.exclude_glob }}; do EXCLUDES="$EXCLUDES --exclude $g"; done aws s3 sync ${{ inputs.dist_dir }}/ s3://${{ inputs.s3_bucket }}/ --delete $EXCLUDES - aws cloudfront create-invalidation --distribution-id ${{ secrets.CF_DIST_ID }} --paths "/*" + aws cloudfront create-invalidation --distribution-id "${{ secrets.CF_DIST_ID }}" --paths "/*"