Skip to content

Commit e778fec

Browse files
author
litongjava
committed
chage localhost to 127.0.0.1
1 parent 3ede7cf commit e778fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
architecture: 'x64'
137137
- name: Import SQL Script
138138
run: |
139-
cat frameworks/Java/tio-server/sql/hello_world.sql | mysql -h localhost -u root -probot_123456# hello_world
139+
cat frameworks/Java/tio-server/sql/hello_world.sql | mysql -h 127.0.0.1 -u root -p"robot_123456#" hello_world
140140
- name: Get all changes vs master
141141
# Runs github_actions_diff, with the the output accessible in later steps
142142
run: |

0 commit comments

Comments
 (0)