Skip to content

Commit

Permalink
Merge pull request #1603 from opensafely/steve/replace-deprecated-sla…
Browse files Browse the repository at this point in the history
…ck-notify-action

Use a maintained Slack notify action
  • Loading branch information
StevenMaude authored Aug 21, 2024
2 parents cc68469 + f993f4c commit 1de0019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: "Notify Slack on Failure"
if: ${{ failure() && github.event_name == 'schedule' }}
uses: voxmedia/github-action-slack-notify-build@3665186a8c1a022b28a1dbe0954e73aa9081ea9e # v1.6.0
uses: zuplo/github-action-slack-notify-build@cf8e7e66a21d76a8125ea9648979c30920195552 # v2
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
with:
Expand Down

0 comments on commit 1de0019

Please sign in to comment.