Skip to content

Commit

Permalink
Fix test-external-links action
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen authored Dec 9, 2024
1 parent 8d27567 commit 9fd712e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/actions/test-external-links/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ runs:
exit 0
fi

- name: Slack notification
uses: 8398a7/action-slack@v3
if: failure()
with:
fields: repo,message,action,workflow
status: ${{ job.status }}
channel: "#docs"
env:
SLACK_WEBHOOK_URL: ${{ inputs.SLACK_WEBHOOK }}
- name: Slack notification
uses: 8398a7/action-slack@v3
if: failure()
with:
fields: repo,message,action,workflow
status: ${{ job.status }}
channel: "#docs"
env:
SLACK_WEBHOOK_URL: ${{ inputs.SLACK_WEBHOOK }}

0 comments on commit 9fd712e

Please sign in to comment.