From 4366b78d333cf28251ba03c0162b807bc120d8f2 Mon Sep 17 00:00:00 2001 From: Isaac Johnson Date: Thu, 25 Jun 2026 20:51:23 -0500 Subject: [PATCH] remove extra errant double quotes --- .gitea/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index f204abe..e235bf4 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -56,7 +56,7 @@ jobs: echo "paths: $paths" echo "----" set -x - aws cloudfront create-invalidation --distribution-id EWYXMJ6L92Q6I --paths "$paths" + aws cloudfront create-invalidation --distribution-id EWYXMJ6L92Q6I --paths $paths if: gitea.ref == 'refs/heads/main' env: # Or as an environment variable AWS_SECRET_ACCESS_KEY: ${{ secrets.AWSSECRETKEY }}