Skip to content

Commit 902452a

Browse files
committed
fix typo
1 parent 9ae2da7 commit 902452a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
if: matrix.os == 'ubuntu-latest'
119119
uses: kayqueGovetri/setup-mysql@v0.0.3
120120
with:
121-
mysq_root_password: "mysql"
121+
mysql_root_password: "mysql"
122122
- name: Run functional tests
123123
run: hatch run functional:all -v
124124

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- name: Install MySQL
3434
uses: kayqueGovetri/setup-mysql@v0.0.3
3535
with:
36-
mysq_root_password: "mysql"
36+
mysql_root_password: "mysql"

0 commit comments

Comments
 (0)