Skip to content

Commit

Permalink
Fix multiline yaml syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson committed Dec 8, 2023
1 parent a793f93 commit a8857a6
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 @@ -155,7 +155,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 .web_cloudfront_distribution_id.value)
aws cloudfront create-invalidation --paths '/*' --distribution-id $DISTRIBUTION_ID
env:
Expand Down

0 comments on commit a8857a6

Please sign in to comment.