Skip to content

Commit

Permalink
trying to figure what's wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Aug 9, 2024
1 parent 18b46b6 commit 2f921c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ephemeral/startup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ runs:
done
envVarsJson=$(echo $envVarsJson | jq --arg autoLoadPod "$autoLoadPod" --arg extensionAutoInstall "$extensionAutoInstall" '. + {AUTO_LOAD_POD: $autoLoadPod, EXTENSION_AUTO_INSTALL: $extensionAutoInstall}')
echo "*** Configuration ***"
echo $envVarsJson
list_response=$(curl -X GET \
-H "ls-api-key: ${LOCALSTACK_API_KEY:-${{ inputs.localstack-api-key }}}" \
-H "content-type: application/json" \
Expand Down

0 comments on commit 2f921c1

Please sign in to comment.