From 3540008a6d76440d8e06d8bebfd1b858796b2788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=9D=80=EB=B9=84?= <61505572+dldmsql@users.noreply.github.com> Date: Thu, 4 Jul 2024 00:21:52 +0900 Subject: [PATCH] =?UTF-8?q?chore(POLABO-39):=20=EB=94=94=EC=8A=A4=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=97=B0=EB=8F=99=203=EC=B0=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/healthCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/healthCheck.yml b/.github/workflows/healthCheck.yml index 7a85709..f5b9053 100644 --- a/.github/workflows/healthCheck.yml +++ b/.github/workflows/healthCheck.yml @@ -22,7 +22,7 @@ jobs: - name: Set status message id: set_message run: | - if [ "${{ steps.health_check.outputs.conclusion }}" == "success" ]; then + if [ "${{ steps.health_check.outputs.conclusion }}" == "OKSuccess" ]; then echo "::set-output name=message::Health check succeeded" else echo "::set-output name=message::Health check failed"