Skip to content

Commit 304ec4a

Browse files
authored
Chore/title to mysql@version (#9)
* fix: title -> mysql@version * fix: title -> mysql@version --------- Co-authored-by: raoha.rh <[email protected]>
1 parent 8c9db84 commit 304ec4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-test-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
version: ${{ fromJSON(needs.setup.outputs.version) }}
7373
mysql_version: ${{ fromJSON(needs.setup.outputs.mysql_version) }}
7474

75-
name: Test (${{ matrix.os }}, ${{ matrix.version }}, ${{ matrix.mysql_version }})
75+
name: Test (${{ matrix.os }}, ${{ matrix.version }}, mysql@${{ matrix.mysql_version }})
7676
runs-on: ${{ matrix.os }}
7777

7878
services:

0 commit comments

Comments
 (0)