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 d53fbb9 commit fc2754fCopy full SHA for fc2754f
.github/workflows/preview.yml
@@ -37,10 +37,3 @@ jobs:
37
distributionId=$(awslocal cloudfront list-distributions | jq -r '.DistributionList.Items[0].Id');
38
echo \"PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$distributionId/\" >> $GITHUB_ENV;
39
40
-
41
- - name: Finalize PR comment
42
- uses: LocalStack/setup-localstack/finish@v0.2.2
43
- with:
44
- github-token: ${{ secrets.GITHUB_TOKEN }}
45
- include-preview: true
46
- preview-url: ${{ env.PREVIEW_URL }}
0 commit comments