Skip to content

Commit 526cb45

Browse files
committed
add tmp ngrok url
1 parent 594172a commit 526cb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preview/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
-H 'ls-api-key: ${{ inputs.localstack-api-key }}' \
4343
-H 'authorization: token ${{ inputs.localstack-api-key }}' \
4444
-H 'content-type: application/json' \
45-
https://api.localstack.cloud/v1/previews/$previewName)
45+
https://6287-178-165-180-217.ngrok-free.app/v1/previews/$previewName)
4646
endpointUrl=$(echo "$response" | jq -r .endpoint_url)
4747
if [ "$endpointUrl" = "null" ] || [ "$endpointUrl" = "" ]; then
4848
echo "Unable to create preview environment. API response: $response"

0 commit comments

Comments
 (0)