From eb4ab8f1a74d0c3314d921b973b84ab5898a31bb Mon Sep 17 00:00:00 2001 From: Francois Best Date: Wed, 10 Mar 2021 00:46:21 +0100 Subject: [PATCH] chore: Testing new Slack notifications --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05f462f..063a75c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}