Browse Source

github action password

jqh 4 years ago
parent
commit
e1c62f03bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/laravel5.yml

+ 1 - 1
.github/workflows/laravel5.yml

@@ -39,7 +39,7 @@ jobs:
           # Version of MySQL to use
           mysql version: 5.7
           # MYSQL_ROOT_PASSWORD - root superuser password
-          mysql root password: # optional, default is
+          mysql root password: 123456
           # MYSQL_DATABASE - name for the default database that is created
           mysql database: laravel
           # MYSQL_USER - create the specified user with superuser power for created database