mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Fix empty var due to scope of each command
This commit is contained in:
parent
376bdd4227
commit
7a717b358c
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ansible-test-plugins.yml
vendored
2
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -283,8 +283,6 @@ jobs:
|
||||||
-${{ matrix.connector_name }}${{ env.connector_version_flat }}\
|
-${{ matrix.connector_name }}${{ env.connector_version_flat }}\
|
||||||
:latest")
|
:latest")
|
||||||
|
|
||||||
- name: Store docker_image name in GITHUB_ENV
|
|
||||||
run: >-
|
|
||||||
echo "docker_image=$(printf '%s' $docker_image_multiline)"
|
echo "docker_image=$(printf '%s' $docker_image_multiline)"
|
||||||
>> $GITHUB_ENV
|
>> $GITHUB_ENV
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue