mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
ci: Move docs check notification to #alerts-build (no-changelog) (#8435)
This commit is contained in:
parent
c3ec503836
commit
16a2ea5df0
|
@ -39,6 +39,7 @@ jobs:
|
|||
if: failure()
|
||||
with:
|
||||
status: ${{ job.status }}
|
||||
channel: '#mission-docs'
|
||||
channel: '#alerts-build'
|
||||
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
message: Documentation URLs check failed (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
||||
message: |
|
||||
<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}| Documentation URLs check failed >
|
||||
|
|
Loading…
Reference in a new issue