chore: Fix release notify state (#442)

Fix
This commit is contained in:
Anatolios Laskaris 2023-01-24 16:57:54 +02:00 committed by GitHub
parent 474bfd1baa
commit 74a516c6d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,7 +322,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}"