From a8b40b236e060ea28cef789c7dc8c9cc7ec5940b Mon Sep 17 00:00:00 2001 From: yair Date: Tue, 20 Feb 2024 14:35:51 +0200 Subject: [PATCH] checking .env file --- sail/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sail/action.yml b/sail/action.yml index c956741..1ca3beb 100644 --- a/sail/action.yml +++ b/sail/action.yml @@ -51,7 +51,7 @@ runs: run: | image_name="ghcr.io/port-labs/port-ocean-${{ inputs.type }}:${{ inputs.version }}" - echo "OCEAN__EVENT_LISTENER=\"{\"type":"${{ inputs.event_listener_type }}\"}\"" >> .env + echo "OCEAN__EVENT_LISTENER=\"{\"type\":\"${{ inputs.event_listener_type }}\"}\"" >> .env echo "OCEAN__INITIALIZE_PORT_RESOURCES=${{ inputs.initialize_port_resources }}" >> .env echo "OCEAN__INTEGRATION__CONFIG=${{ inputs.integration_config }}" >> .env echo "OCEAN__PORT__CLIENT_ID=${{ inputs.port_client_id }}" >> .env