Skip to content

Commit

Permalink
chore: Testing new Slack notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Mar 9, 2021
1 parent 4b27767 commit 3d5369a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -36,11 +36,10 @@ jobs:
name: Report code coverage
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: 8398a7/action-slack@fac0d8dcd9eec18c79dae8addc99aab092c4cc50
- uses: 47ng/actions-slack-notify@main
name: Notify on Slack
if: ${{ failure() }}
if: always()
with:
status: ${{ job.status }}
author_name: Continuous Integration
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 3d5369a

Please sign in to comment.