We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ede7cf commit e778fecCopy full SHA for e778fec
.github/workflows/build.yml
@@ -136,7 +136,7 @@ jobs:
136
architecture: 'x64'
137
- name: Import SQL Script
138
run: |
139
- cat frameworks/Java/tio-server/sql/hello_world.sql | mysql -h localhost -u root -probot_123456# hello_world
+ cat frameworks/Java/tio-server/sql/hello_world.sql | mysql -h 127.0.0.1 -u root -p"robot_123456#" hello_world
140
- name: Get all changes vs master
141
# Runs github_actions_diff, with the the output accessible in later steps
142
0 commit comments