Skip to content

Commit

Permalink
[#47] feat: workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Te-H0 authored Apr 24, 2024
1 parent d328c2d commit 2cd026b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
host port: 3306
container port: 3306
mysql database: 'nanaland'
mysql database: 'nanaland_test'
mysql user: 'root'
mysql password: ${{ secrets.DATABASE_KEY }}
# mysql root password: ${{ secrets.RootPassword }} # Required if "mysql user" is empty, default is empty. The root superuser password
Expand Down

0 comments on commit 2cd026b

Please sign in to comment.