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 051b060 commit f17c2c1Copy full SHA for f17c2c1
.github/actions/cdn_deployment_aws/action.yaml
@@ -80,5 +80,5 @@ runs:
80
uses: chetan/invalidate-cloudfront-action@v2
81
env:
82
DISTRIBUTION: ${{ inputs.aws_distribution_id }}
83
- PATHS: ${{ inputs.deploy_index_html == 'true' && format('{0} /index.html', inputs.invalidate_paths) || inputs.invalidate_paths }}
+ PATHS: ${{ inputs.invalidate_paths }}
84
AWS_REGION: us-east-2
0 commit comments