1
0
mirror of https://github.com/fluencelabs/aquavm synced 2025-04-02 04:41:03 +00:00

chore: Fix release notify state ()

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

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