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