Skip to content

Commit 7fb6194

Browse files
authored
ci: fix siren emoji for package publish failure alerts (#8624)
1 parent 56c0e19 commit 7fb6194

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,9 @@ jobs:
321321
webhook: ${{ secrets.SLACK_INCIDENTS_WEBHOOK }}
322322
webhook-type: incoming-webhook
323323
payload: |
324-
text: ":red-siren: NPM package publish failed — see workflow run for details"
324+
text: ":alert: NPM package publish failed — see workflow run for details"
325325
blocks:
326326
- type: "section"
327327
text:
328328
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 }}>"
329+
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

Comments
 (0)