Skip to content

Commit

Permalink
#250 [fix] mysql set up
Browse files Browse the repository at this point in the history
  • Loading branch information
KWY0218 committed Dec 20, 2023
1 parent 1d25220 commit c60ccbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prod-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: mirromutth/[email protected]
- name: Setup MySQL
uses: samin/mysql-action@v1
with:
host port: 3306
container port: 3306
character set server: 'utf8'
mysql database: 'asap_dev'
mysql user: 'asap_dev_admin'
mysql password: ${{ secrets.DatabasePassword }}
Expand Down

0 comments on commit c60ccbb

Please sign in to comment.