File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 2828 node-version : 18
2929
3030 - name : Start LocalStack
31- uses : LocalStack/setup-localstack@v0.2.0
31+ uses : LocalStack/setup-localstack@v0.2.2
3232 env :
3333 LOCALSTACK_API_KEY : ${{ secrets.LOCALSTACK_API_KEY }}
3434 DNS_ADDRESS : 0
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v4
1515
1616 - name : Deploy Preview
17- uses : LocalStack/setup-localstack@v0.2.0
17+ uses : LocalStack/setup-localstack@v0.2.2
1818 env :
1919 LOCALSTACK_API_KEY : ${{ secrets.LOCALSTACK_API_KEY }}
2020 with :
3535 make bootstrap-frontend;
3636 make deploy-frontend;
3737 distributionId=$(awslocal cloudfront list-distributions | jq -r '.DistributionList.Items[0].Id');
38- echo \"PREVIEW_URL =$AWS_ENDPOINT_URL/cloudfront/$distributionId/\" >> $GITHUB_ENV;
38+ echo LS_PREVIEW_URL =$AWS_ENDPOINT_URL/cloudfront/$distributionId/ >> $GITHUB_ENV;
3939
40-
41- - name : Finalize PR comment
42- uses : LocalStack/setup-localstack/finish@v0.2.0
43- with :
44- github-token : ${{ secrets.GITHUB_TOKEN }}
45- include-preview : true
46- preview-url : ${{ env.PREVIEW_URL }}
You can’t perform that action at this time.
0 commit comments