We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2169d8b commit 4f5fc11Copy full SHA for 4f5fc11
.github/workflows/aws-deployment.yml
@@ -102,5 +102,5 @@ jobs:
102
- name: Invalidate CloudFront biofile-finder cache
103
run: aws cloudfront create-invalidation --distribution-id ${{ env.CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"
104
105
- - name: Invalidate CloudFront BFF cashe
+ - name: Invalidate CloudFront BFF cache
106
run: aws cloudfront create-invalidation --distribution-id ${{ env.BFF_CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"
0 commit comments