chore: Fix release notify step (#651)

Fix notify step
This commit is contained in:
Anatolios Laskaris 2023-01-27 11:59:25 +02:00 committed by GitHub
parent fd8d4defcf
commit 1bd0d7977e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ jobs:
kv/slack/release-please webhook | SLACK_WEBHOOK_URL
- uses: ravsamhq/notify-slack-action@v2
if: steps.status.outputs.found == true
if: steps.status.outputs.found == 'true'
with:
status: "failure"
notification_title: "*{workflow}* has {status_message}"