From 5413ef9cdd4b37405a1f2cbbfea564d8f62b0a5d Mon Sep 17 00:00:00 2001 From: Zepelown Date: Fri, 20 Dec 2024 22:55:08 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20yml=20=EB=AC=B8=EB=B2=95=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 95c1692..f6ee4f9 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -17,12 +17,12 @@ jobs: steps: - name: Setup MySQL - uses: mirromutth/mysql-action@v1.1 - with: - host port: 3306 - container port: 3306 - mysql database: 'wabi' - mysql root password: ${{ secrets.SPRING_DATASOURCE_NAME }} + uses: mirromutth/mysql-action@v1.1 + with: + host port: 3306 + container port: 3306 + mysql database: 'wabi' + mysql root password: ${{ secrets.SPRING_DATASOURCE_NAME }} - name: Checkout uses: actions/checkout@v3