Skip to content

Commit

Permalink
Improve test-external-links failure Slack notifications (#1426)
Browse files Browse the repository at this point in the history
The [initial
message](https://hazelcast.slack.com/archives/C035HQET5/p1733762495778609)
wasn't very communicative of the problem.
  • Loading branch information
JackPGreen authored Dec 9, 2024
1 parent 9fd712e commit 0550b44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/test-external-links/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ runs:
uses: 8398a7/action-slack@v3
if: failure()
with:
fields: repo,message,action,workflow
status: ${{ job.status }}
status: failure
fields: repo,job,workflow
text: "👎 Test external links failed - ⛓️‍💥 dead link(s) found ⛓️‍💥."
channel: "#docs"
env:
SLACK_WEBHOOK_URL: ${{ inputs.SLACK_WEBHOOK }}

0 comments on commit 0550b44

Please sign in to comment.