From 39b3d668e22468b5a09b7a7db146c1dcb412f6a8 Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Thu, 28 Mar 2024 21:30:29 +0100 Subject: [PATCH] Testing some more notify --- .github/workflows/test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ee8dc817..ddcc516ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: run: npm install --legacy-peer-deps - run: npm run lint - - run: npm test + # - run: npm test notify: name: Notify Slack @@ -43,8 +43,7 @@ jobs: if: ${{ success() || failure() }} runs-on: ubuntu-latest steps: - - uses: iRoachie/slack-github-actions@v2.3.0 - if: env.SLACK_WEBHOOK_URL != null + - uses: slackapi/slack-github-action@v1.25.0 env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_BUILDS_WEBHOOK_URL }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK