We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c0e19 commit 7fb6194Copy full SHA for 7fb6194
1 file changed
.github/workflows/release.yml
@@ -321,9 +321,9 @@ jobs:
321
webhook: ${{ secrets.SLACK_INCIDENTS_WEBHOOK }}
322
webhook-type: incoming-webhook
323
payload: |
324
- text: ":red-siren: NPM package publish failed — see workflow run for details"
+ text: ":alert: NPM package publish failed — see workflow run for details"
325
blocks:
326
- type: "section"
327
text:
328
type: "mrkdwn"
329
- text: ":red-siren: *NPM package publish failed*\n<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow run #${{ github.run_number }}>"
+ text: ":alert: *NPM package publish failed*\n<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View workflow run #${{ github.run_number }}>"
0 commit comments