Skip to content

Commit 0c3383d

Browse files
2 blocks 🏢🏢
1 parent 3c5de7f commit 0c3383d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/e2e-test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,11 @@ jobs:
9090
webhook: ${{ secrets.SLACK_WEBHOOK }}
9191
webhook-type: incoming-webhook
9292
payload: |
93-
text: "⚠️ End-to-end tests failed! 😬 Please inspect & fix by clicking <https://github.com/SAP/ai-sdk-java/actions/runs/${{ github.run_id }}|here>"
9493
blocks:
94+
- type: "section"
95+
text:
96+
type: "mrkdwn"
97+
text: "⚠️ End-to-end tests failed! 😬 Please inspect & fix by clicking <https://github.com/SAP/ai-sdk-java/actions/runs/${{ github.run_id }}|here>"
9598
- type: "section"
9699
text:
97100
type: "plain_text"

0 commit comments

Comments
 (0)