Skip to content

Commit

Permalink
remove trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
lukqw committed Jul 12, 2024
1 parent 8f09b22 commit b299a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ephemeral/startup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
response=$(curl -X POST -d "{'env_vars': {'auto_load_pod': '${AUTO_LOAD_POD:-${{ inputs.auto-load-pod }}}', 'extension_auto_install': '${EXTENSION_AUTO_INSTALL:-${{ inputs.extension-auto-install }}}'}, 'instance_name': '${previewName}'}" \
-H "ls-api-key: ${LOCALSTACK_API_KEY:-${{ inputs.localstack-api-key }}}" \
-H "content-type: application/json" \
https://api.staging.aws.localstack.cloud/v1/compute/instances/)
https://api.staging.aws.localstack.cloud/v1/compute/instances)
endpointUrl=$(echo "$response" | jq -r .endpoint_url)
if [ "$endpointUrl" = "null" ] || [ "$endpointUrl" = "" ]; then
echo "Unable to create preview environment. API response: $response"
Expand Down

0 comments on commit b299a7f

Please sign in to comment.