Skip to content

Commit 8b75e2a

Browse files
committed
Try
1 parent d01c922 commit 8b75e2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/matirx.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,12 @@ jobs:
4646
name: Slack Notification
4747
runs-on: ubuntu-24.04
4848
steps:
49-
- name: Greet the reader
49+
- name: Notify
5050
uses: slackapi/[email protected]
5151
with:
5252
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
5353
webhook-type: incoming-webhook
5454
payload: |
55-
text: "${{ github.workflow }} failed!"
5655
blocks:
5756
- type: "section"
5857
text:

0 commit comments

Comments
 (0)