We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5de7f commit 0c3383dCopy full SHA for 0c3383d
.github/workflows/e2e-test.yaml
@@ -90,8 +90,11 @@ jobs:
90
webhook: ${{ secrets.SLACK_WEBHOOK }}
91
webhook-type: incoming-webhook
92
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>"
94
blocks:
+ - 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>"
98
- type: "section"
99
text:
100
type: "plain_text"
0 commit comments