From a0885e494be0d32a8aed9f8f016f066a862acd3a Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 5 Nov 2020 09:38:39 +0100 Subject: [PATCH] update Slack channel --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e827dd9d..a551cb83 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: with: status: ${{ job.status }} steps: ${{ toJson(steps) }} - channel: '#tiptap-next' + channel: '#tiptap-notifications' if: failure() test: @@ -107,7 +107,7 @@ jobs: with: status: ${{ job.status }} steps: ${{ toJson(steps) }} - channel: '#tiptap-next' + channel: '#tiptap-notifications' if: failure() build: @@ -154,5 +154,5 @@ jobs: with: status: ${{ job.status }} steps: ${{ toJson(steps) }} - channel: '#tiptap-next' + channel: '#tiptap-notifications' if: failure()