Skip to content

Commit e791162

Browse files
committed
add finish action
1 parent b2a5677 commit e791162

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/preview.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ jobs:
3030
make deploy-frontend
3131
distributionId=$(awslocal cloudfront list-distributions | jq -r '.DistributionList.Items[0].Id')
3232
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

Comments
 (0)