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 a336610 commit 9a81139Copy full SHA for 9a81139
.github/workflows/spec-update.yaml
@@ -212,3 +212,16 @@ jobs:
212
run: |
213
echo "Client generation failed. Please check the Generate step logs for details."
214
exit 1
215
+
216
+ - name: "Slack Notification"
217
+ if: failure() && ${{ github.event.inputs.create-pr }}
218
+ uses: slackapi/[email protected]
219
+ with:
220
+ webhook: ${{ secrets.SLACK_WEBHOOK }}
221
+ webhook-type: incoming-webhook
222
+ payload: |
223
+ blocks:
224
+ - type: "section"
225
+ text:
226
+ type: "mrkdwn"
227
+ text: "⚠️ Weekly spec update failed! 😬 Please inspect & fix by clicking <https://github.com/SAP/ai-sdk-java/actions/runs/${{ github.run_id }}|here>"
0 commit comments