From 90ef20f26ea3df54ccea35f0d5acf6de7c1d2a0c Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Tue, 9 Apr 2024 10:12:25 +0200 Subject: [PATCH] fix typo --- .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 39341fb..7bde038 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -283,8 +283,8 @@ jobs: -${{ matrix.connector_name }}${{ env.connector_version_flat }}\ :latest") - - name: Sore docker_image name in GITHUB_ENV - run: > + - name: Store docker_image name in GITHUB_ENV + run: >- echo "docker_image=$(printf '%s' $docker_image_multiline)" \ >> $GITHUB_ENV