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 c0bb19b commit 8bb2ca6Copy full SHA for 8bb2ca6
.github/workflows/preview.yml
@@ -29,10 +29,11 @@ jobs:
29
make bootstrap-frontend
30
make deploy-frontend
31
distributionId=$(awslocal cloudfront list-distributions | jq -r '.DistributionList.Items[0].Id')
32
- echo "Open URL: $AWS_ENDPOINT_URL/cloudfront/$AWS_DEFAULT_REGION/$distributionId/"
+ echo "PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$AWS_DEFAULT_REGION/$distributionId/" >> $GITHUB_ENV
33
34
- name: Finalize PR comment
35
- uses: LocalStack/setup-localstack/finish@main
+ uses: LocalStack/setup-localstack/finish@pass-url-to-finish-step
36
with:
37
github-token: ${{ secrets.GITHUB_TOKEN }}
38
include-preview: true
39
+ preview-url: ${{ env.PREVIEW_URL }}
0 commit comments