Testing some more notify

This commit is contained in:
Johannes Klein
2024-03-28 21:30:29 +01:00
parent 1213cb2f4c
commit 39b3d668e2

View File

@@ -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