We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594172a commit 526cb45Copy full SHA for 526cb45
preview/action.yml
@@ -42,7 +42,7 @@ runs:
42
-H 'ls-api-key: ${{ inputs.localstack-api-key }}' \
43
-H 'authorization: token ${{ inputs.localstack-api-key }}' \
44
-H 'content-type: application/json' \
45
- https://api.localstack.cloud/v1/previews/$previewName)
+ https://6287-178-165-180-217.ngrok-free.app/v1/previews/$previewName)
46
endpointUrl=$(echo "$response" | jq -r .endpoint_url)
47
if [ "$endpointUrl" = "null" ] || [ "$endpointUrl" = "" ]; then
48
echo "Unable to create preview environment. API response: $response"
0 commit comments