Skip to content

Commit

Permalink
fix: yml 문법 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepelown committed Dec 20, 2024
1 parent 19c2c15 commit 5413ef9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:

steps:
- name: Setup MySQL
uses: mirromutth/[email protected]
with:
host port: 3306
container port: 3306
mysql database: 'wabi'
mysql root password: ${{ secrets.SPRING_DATASOURCE_NAME }}
uses: mirromutth/[email protected]
with:
host port: 3306
container port: 3306
mysql database: 'wabi'
mysql root password: ${{ secrets.SPRING_DATASOURCE_NAME }}

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 5413ef9

Please sign in to comment.