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.
1 parent 5257727 commit 776de0eCopy full SHA for 776de0e
1 file changed
.github/actions/cdn_deployment_aws/action.yaml
@@ -77,7 +77,7 @@ runs:
77
aws s3 cp index.html s3://${{ inputs.aws_bucket_name }}/index.html
78
79
- name: Invalidate CloudFront
80
- uses: chetan/invalidate-cloudfront-action@6adb1f613f4102ad81cd08a7ba83b8abe490cb8d # v2
+ uses: chetan/invalidate-cloudfront-action@cacab256f2bd90d1c04447a7d6afdaf6f346e7b3 # v2
81
env:
82
DISTRIBUTION: ${{ inputs.aws_distribution_id }}
83
PATHS: ${{ inputs.invalidate_paths }}
0 commit comments