How to make my bitbucket pipeline slack notify message into bold format

Viewed 33

I want to make the message bold so the person will notice the word

- step:
        name: Send Notification to Slack
        script:
          - pipe: atlassian/slack-notify:2.0.0
            variables:
              WEBHOOK_URL: 'CLASSIFIED'
              MESSAGE: '<@1234>, There's an **ERROR**'
1 Answers
Related