remove extra errant double quotes
CICD / Explore-Gitea-Actions (push) Failing after 54s
Details
CICD / Explore-Gitea-Actions (push) Failing after 54s
Details
This commit is contained in:
parent
c1afdd10dc
commit
4366b78d33
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue