remove extra errant double quotes
CICD / Explore-Gitea-Actions (push) Failing after 54s Details

This commit is contained in:
Isaac Johnson 2026-06-25 20:51:23 -05:00
parent c1afdd10dc
commit 4366b78d33
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
echo "paths: $paths" echo "paths: $paths"
echo "----" echo "----"
set -x 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' if: gitea.ref == 'refs/heads/main'
env: # Or as an environment variable env: # Or as an environment variable
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWSSECRETKEY }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWSSECRETKEY }}