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 b2a5677 commit e791162Copy full SHA for e791162
.github/workflows/preview.yml
@@ -30,3 +30,9 @@ jobs:
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/"
33
+
34
+ - name: Finalize PR comment
35
+ uses: LocalStack/setup-localstack/finish@main
36
+ with:
37
+ github-token: ${{ secrets.GITHUB_TOKEN }}
38
+ include-preview: true
0 commit comments