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 8bb2ca6 commit c12aa23Copy full SHA for c12aa23
.github/workflows/preview.yml
@@ -29,7 +29,7 @@ jobs:
29
make bootstrap-frontend
30
make deploy-frontend
31
distributionId=$(awslocal cloudfront list-distributions | jq -r '.DistributionList.Items[0].Id')
32
- echo "PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$AWS_DEFAULT_REGION/$distributionId/" >> $GITHUB_ENV
+ echo "PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$distributionId/" >> $GITHUB_ENV
33
34
- name: Finalize PR comment
35
uses: LocalStack/setup-localstack/finish@pass-url-to-finish-step
0 commit comments