diff --git a/sail/action.yml b/sail/action.yml index fd074ff..0c1902f 100644 --- a/sail/action.yml +++ b/sail/action.yml @@ -58,6 +58,7 @@ runs: echo "OCEAN__PORT__CLIENT_ID=${{ inputs.port_client_id }}" >> .env echo "OCEAN__PORT__CLIENT_SECRET=${{ inputs.port_client_secret }}" >> .env + echo "${{ inputs.config }}" | yq eval "keys" if [[ "${{ inputs.config }}" ]]; then for key in $(echo "${{ inputs.config }}" | yq eval "keys"); do value=$(echo "${{ inputs.config }}" | yq eval ".$key")