Skip to content

Commit 008bd91

Browse files
committed
feat(gen): add slack webhook
1 parent 0cf3228 commit 008bd91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/link-check-schedule.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
if: always() # Triggers step if previous step fails. Must be added to consecutive steps as well.
2121
uses: slackapi/[email protected] # ref: https://github.com/slackapi/slack-github-action
2222
with:
23+
payload: |
24+
text: The link check results are available here.
2325
payload-file-path: "linkcheck_output.txt"
2426
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
2527
webhook-type: webhook-trigger

0 commit comments

Comments
 (0)