Skip to content

Commit fc2754f

Browse files
committed
remove finalize step
1 parent d53fbb9 commit fc2754f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/preview.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,3 @@ jobs:
3737
distributionId=$(awslocal cloudfront list-distributions | jq -r '.DistributionList.Items[0].Id');
3838
echo \"PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$distributionId/\" >> $GITHUB_ENV;
3939
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

Comments
 (0)