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 55b6a1b commit 159c02cCopy full SHA for 159c02c
.github/workflows/preview.yml
@@ -35,7 +35,7 @@ jobs:
35
make bootstrap-frontend;
36
make deploy-frontend;
37
distributionId=$(awslocal cloudfront list-distributions | jq -r '.DistributionList.Items[0].Id');
38
- echo "PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$distributionId/" >> $GITHUB_ENV;
+ echo \"PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$distributionId/\" >> $GITHUB_ENV;
39
40
41
- name: Finalize PR comment
0 commit comments