From 81e43d13e0972607e5b16701c4e5b35882bd9dd3 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:28:47 +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=204=EC=B0=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/healthCheck.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/healthCheck.yml b/.github/workflows/healthCheck.yml index f5b9053..ec58442 100644 --- a/.github/workflows/healthCheck.yml +++ b/.github/workflows/healthCheck.yml @@ -19,18 +19,9 @@ jobs: max-attempts: 3 retry-delay: 1s - - name: Set status message - id: set_message - run: | - 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" - fi - - name: Discord Webhook Action if: always() uses: tsickert/discord-webhook@v5.3.0 with: webhook-url: ${{ secrets.WEBHOOK_URL }} - content: ${{ steps.set_message.outputs.message }} + content: ${{ job.status }}