Skip to content

Commit

Permalink
feat : CI My SQL action 변경2
Browse files Browse the repository at this point in the history
  • Loading branch information
Albatross3 committed Jun 7, 2023
1 parent 7be7919 commit 1fdcee5
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 @@ -36,7 +36,7 @@ jobs:
- run: echo "${{ secrets.APPLICATION_YML }}" > ./src/main/resources/application.yml

- name: actions-setup-mysql
uses: samin/mysql-action@v1
uses: mirromutth/mysql-action@v1.1
with:
mysql version: '8.0'
mysql database: 'housing'
Expand Down

0 comments on commit 1fdcee5

Please sign in to comment.