Skip to content

Commit

Permalink
[TINU-88] [Fix] : 환경변수 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ReadMyMemory committed Dec 2, 2024
1 parent ace7671 commit e40837a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e40837a

Please sign in to comment.