mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-07 03:00:34 -07:00
Fix missing parenthesis
This commit is contained in:
parent
6da0f7a5f1
commit
5ec636ae69
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
|
@ -408,7 +408,7 @@ jobs:
|
|||
if [[ ${{ env.db_engine_version_flat }} == 57 ]]; then
|
||||
echo "db_client=my57" >> $GITHUB_ENV;
|
||||
else
|
||||
echo "db_client=$(echo ${{ matrix.connector_name }}" >> $GITHUB_ENV;
|
||||
echo "db_client=$(echo ${{ matrix.connector_name }})" >> $GITHUB_ENV;
|
||||
fi
|
||||
|
||||
- name: Set docker_image
|
||||
|
|
Loading…
Add table
Reference in a new issue