We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b46b6 commit 2f921c1Copy full SHA for 2f921c1
ephemeral/startup/action.yml
@@ -86,7 +86,8 @@ runs:
86
done
87
88
envVarsJson=$(echo $envVarsJson | jq --arg autoLoadPod "$autoLoadPod" --arg extensionAutoInstall "$extensionAutoInstall" '. + {AUTO_LOAD_POD: $autoLoadPod, EXTENSION_AUTO_INSTALL: $extensionAutoInstall}')
89
-
+ echo "*** Configuration ***"
90
+ echo $envVarsJson
91
list_response=$(curl -X GET \
92
-H "ls-api-key: ${LOCALSTACK_API_KEY:-${{ inputs.localstack-api-key }}}" \
93
-H "content-type: application/json" \
0 commit comments