Skip to content

Commit 8a60b8d

Browse files
authored
fix: value (#4)
Co-authored-by: raoha.rh <[email protected]>
1 parent 092db8b commit 8a60b8d

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
@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
INPUT_OS: ${{ inputs.os }}
6363
INPUT_VERSION: ${{ inputs.version }}
64-
INPUT_MYSQL_VERSION: {{ inputs.mysql_version }}
64+
INPUT_MYSQL_VERSION: ${{ inputs.mysql_version }}
6565

6666
Test:
6767
needs: Setup

0 commit comments

Comments
 (0)