Skip to content

Commit

Permalink
Update broken-link-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-weaver committed Jun 28, 2024
1 parent 3b47ba2 commit 0d42339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# if: env.lychee_exit_code != 0 && github.ref == 'refs/heads/main'
uses: slackapi/slack-github-action@v1.26.0
env:
SLACK_WEBHOOK_URL: https://hooks.slack.com/triggers/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 # TODO: set as secret
SLACK_WEBHOOK_URL: "https://hooks.slack.com/triggers/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" # TODO: set as secret
with:
payload: |
{
Expand Down

0 comments on commit 0d42339

Please sign in to comment.