update Slack channel
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
status: ${{ job.status }}
|
status: ${{ job.status }}
|
||||||
steps: ${{ toJson(steps) }}
|
steps: ${{ toJson(steps) }}
|
||||||
channel: '#tiptap-next'
|
channel: '#tiptap-notifications'
|
||||||
if: failure()
|
if: failure()
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@@ -107,7 +107,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
status: ${{ job.status }}
|
status: ${{ job.status }}
|
||||||
steps: ${{ toJson(steps) }}
|
steps: ${{ toJson(steps) }}
|
||||||
channel: '#tiptap-next'
|
channel: '#tiptap-notifications'
|
||||||
if: failure()
|
if: failure()
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@@ -154,5 +154,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
status: ${{ job.status }}
|
status: ${{ job.status }}
|
||||||
steps: ${{ toJson(steps) }}
|
steps: ${{ toJson(steps) }}
|
||||||
channel: '#tiptap-next'
|
channel: '#tiptap-notifications'
|
||||||
if: failure()
|
if: failure()
|
||||||
|
|||||||
Reference in New Issue
Block a user