We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1275e2c + 10c5679 commit cf07ee3Copy full SHA for cf07ee3
.github/workflows/deploy-optimized.yml
@@ -93,7 +93,7 @@ jobs:
93
--cache-control "max-age=31536000,public"
94
95
- name: Invalidate CloudFront
96
- if: secrets.CLOUDFRONT_DISTRIBUTION_ID
+ if: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}
97
run: |
98
aws cloudfront create-invalidation \
99
--distribution-id ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }} \
0 commit comments