From ab052e9c245c1ca782652e260f01d11ebfbca9e6 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 23 Mar 2023 11:35:18 +0100 Subject: [PATCH] Fix context --- .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 0e26365..3e92aba 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -406,9 +406,9 @@ jobs: - name: Compute docker_image - Set db_client run: > if [[ ${{ env.db_engine_version_flat }} == 57 ]]; then - db_client=my57 + echo "db_client=my57" >> $GITHUB_ENV else; - db_client=$(echo ${{ matrix.connector_name }}" + echo "db_client=$(echo ${{ matrix.connector_name }}" >> $GITHUB_ENV fi; - name: Set docker_image