From 7a717b358c59c1c4f4499cc09463544afc6e5a72 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Tue, 9 Apr 2024 15:57:32 +0200 Subject: [PATCH] Fix empty var due to scope of each command --- .github/workflows/ansible-test-plugins.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 340826e..6af4075 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -283,8 +283,6 @@ jobs: -${{ matrix.connector_name }}${{ env.connector_version_flat }}\ :latest") - - name: Store docker_image name in GITHUB_ENV - run: >- echo "docker_image=$(printf '%s' $docker_image_multiline)" >> $GITHUB_ENV