Skip to content

Commit

Permalink
chore(POLABO-39): 디스코드 연동 3차
Browse files Browse the repository at this point in the history
  • Loading branch information
dldmsql authored Jul 3, 2024
1 parent 578e8b5 commit 3540008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/healthCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3540008

Please sign in to comment.