chore: slack for broken links (#19156)

This commit is contained in:
Marko 2024-01-22 17:41:21 +01:00 committed by GitHub
parent 582bba39ad
commit 6303b559b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,3 +13,19 @@ jobs:
with:
folder-path: "docs"
- run: cd docs && sh ./post.sh
sims-notify-failure:
permissions:
contents: none
runs-on: ubuntu-latest
if: ${{ failure() }}
steps:
- name: Notify Slack on failure
uses: rtCamp/action-slack-notify@v2.2.1
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_CHANNEL: sdk-sims
SLACK_USERNAME: Broken Links
SLACK_ICON_EMOJI: ":skull:"
SLACK_COLOR: danger
SLACK_MESSAGE: Links are broken in docs
SLACK_FOOTER: ""