mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
fix docker_image var assignation
This commit is contained in:
parent
7f237f7aec
commit
4cf0393569
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ansible-test-plugins.yml
vendored
2
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -285,7 +285,7 @@ jobs:
|
||||||
|
|
||||||
- name: Store docker_image name in GITHUB_ENV
|
- name: Store docker_image name in GITHUB_ENV
|
||||||
run: >-
|
run: >-
|
||||||
echo "docker_image=$(printf '%s' $docker_image_multiline)" \
|
echo "docker_image=$(printf '%s' $docker_image_multiline)"
|
||||||
>> $GITHUB_ENV
|
>> $GITHUB_ENV
|
||||||
|
|
||||||
- name: >-
|
- name: >-
|
||||||
|
|
Loading…
Add table
Reference in a new issue