Skip to content

Commit

Permalink
checking .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Feb 20, 2024
1 parent 9f1fd5c commit a8b40b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sail/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8b40b2

Please sign in to comment.