Skip to content

Commit 2f921c1

Browse files
committed
trying to figure what's wrong
1 parent 18b46b6 commit 2f921c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ephemeral/startup/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ runs:
8686
done
8787
8888
envVarsJson=$(echo $envVarsJson | jq --arg autoLoadPod "$autoLoadPod" --arg extensionAutoInstall "$extensionAutoInstall" '. + {AUTO_LOAD_POD: $autoLoadPod, EXTENSION_AUTO_INSTALL: $extensionAutoInstall}')
89-
89+
echo "*** Configuration ***"
90+
echo $envVarsJson
9091
list_response=$(curl -X GET \
9192
-H "ls-api-key: ${LOCALSTACK_API_KEY:-${{ inputs.localstack-api-key }}}" \
9293
-H "content-type: application/json" \

0 commit comments

Comments
 (0)