From a2a12bda3ee8175d0e2c41e39ac03e0a981e8a27 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 23 Mar 2023 13:23:43 +0100 Subject: [PATCH] Fix line folding --- .github/workflows/ansible-test-plugins.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 10f3101..ba885b2 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -435,8 +435,8 @@ jobs: echo -n "${{ matrix.db_engine_name }}" > tests/integration/db_engine_name; - echo Setting db_engine_version to - "${{ matrix.db_engine_version }}"...; + echo Setting db_engine_version to \ + "${{ matrix.db_engine_version }}"...; echo -n "${{ matrix.db_engine_version }}" > tests/integration/db_engine_version;