Skip to content

Commit

Permalink
fix: deploy.yml mysql uses 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yo0oni committed Jan 10, 2024
1 parent 93d50e9 commit b654d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: 17

- name: Set up MySQL
uses: actions/mysql-action@v1
uses: samin/mysql-action@v1
with:
character set server: 'utf8'
mysql database: 'trip'
Expand Down

0 comments on commit b654d1f

Please sign in to comment.