From f6fbb3a71cdab8a414fdbb8d95f51d53a02eb4a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EA=B0=80=EC=98=81?= Date: Sat, 17 Aug 2024 20:37:46 +0900 Subject: [PATCH] chore: init --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d636ebd..b5dd1a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: - name: Set yml file uses: microsoft/variable-substitution@v1 with: - files: /src/main/resources/application.yml + files: /resources/application.yml env: spring.datasource.url: ${{ secrets.DB_URL }} spring.datasource.username: ${{ secrets.DB_USERNAME }}