Skip to content

Commit

Permalink
Fix yaml syntax issue (#2326)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson authored Dec 8, 2023
1 parent a098360 commit d575997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
AWS_SESSION_TOKEN: "${{ steps.decrypt-aws-session-token.outputs.out }}"
- name: Invalidate CloudFront distribution cache
if: success() && inputs.clear-web-cache
run:
run: |
DISTRIBUTION_ID=$(terraform output -json | jq .website_cloudfront_distribution_id.value)
aws cloudfront create-invalidation --paths '/*' --distribution-id $DISTRIBUTION_ID
env:
Expand Down

0 comments on commit d575997

Please sign in to comment.