File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,13 @@ jobs:
8282 report-branch : fosstars-report
8383 token : ${{ secrets.GITHUB_TOKEN }}
8484
85- # - name: "Slack Notification"
86- # if: failure()
87- # uses: slackapi/[email protected] 88- # with:
89- # webhook: ${{ secrets.SLACK_WEBHOOK }}
90- # webhook-type: incoming-webhook
91- # payload: |
92- # {
93- # "text": "⚠️ OWASP Dependency check failed! 😬 Please inspect & fix by clicking <https://github.com/SAP/ai-sdk-java/actions/runs/${{ github.run_id }}|here>"
94- # }
85+ - name : " Slack Notification"
86+ if : failure()
87+ 88+ with :
89+ webhook : ${{ secrets.SLACK_WEBHOOK }}
90+ webhook-type : incoming-webhook
91+ payload : |
92+ {
93+ "text": "⚠️ OWASP Dependency check failed! 😬 Please inspect & fix by clicking <https://github.com/SAP/ai-sdk-java/actions/runs/${{ github.run_id }}|here>"
94+ }
You can’t perform that action at this time.
0 commit comments