From e40837ac9e4f3fa9763b7fd18a551d16c40d6263 Mon Sep 17 00:00:00 2001 From: ReadMyMemory Date: Mon, 2 Dec 2024 17:33:30 +0900 Subject: [PATCH] =?UTF-8?q?[TINU-88]=20[Fix]=20:=20=ED=99=98=EA=B2=BD?= =?UTF-8?q?=EB=B3=80=EC=88=98=20=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 3b2d1f6..ab89619 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -35,7 +35,7 @@ jobs: spring.jpa.hibernate.ddl-auto=update spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl management.server.port=${{ secrets.SPRING_ACTUATOR_PORT }} - management.endpoints.web.exposure.include=${{ secrets.ENABLE_ACTUATOR_ENDPOINT }} + management.endpoints.web.exposure.include=${{ secrets.ENABLE_ACTUATOR_ENDPOINTS }} management.endpoints.web.base-path=${{ secrets.ACTUATOR_BASE_PATH }} EOF