mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-07 03:00:34 -07:00
Fix line folding
This commit is contained in:
parent
5ec636ae69
commit
a2a12bda3e
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
|
@ -435,8 +435,8 @@ jobs:
|
|||
echo -n "${{ matrix.db_engine_name }}"
|
||||
> tests/integration/db_engine_name;
|
||||
|
||||
echo Setting db_engine_version to
|
||||
"${{ matrix.db_engine_version }}"...;
|
||||
echo Setting db_engine_version to \
|
||||
"${{ matrix.db_engine_version }}"...;
|
||||
echo -n "${{ matrix.db_engine_version }}"
|
||||
> tests/integration/db_engine_version;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue