mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 11:40:33 -07:00
fix typo
This commit is contained in:
parent
0c09c999a7
commit
90ef20f26e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ansible-test-plugins.yml
vendored
4
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -283,8 +283,8 @@ jobs:
|
||||||
-${{ matrix.connector_name }}${{ env.connector_version_flat }}\
|
-${{ matrix.connector_name }}${{ env.connector_version_flat }}\
|
||||||
:latest")
|
:latest")
|
||||||
|
|
||||||
- name: Sore 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue