mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
ci: Update slack notification messages for e2e tests (no-changelog) (#4812)
* ci: update e2e slack message * add link * update link
This commit is contained in:
parent
46d4c4d329
commit
ac944bf666
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
||||||
status: ${{ job.status }}
|
status: ${{ job.status }}
|
||||||
channel: '#updates-build-alerts'
|
channel: '#updates-build-alerts'
|
||||||
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||||
message: Tests failure for branch `${{ inputs.branch }}` deployed by ${{ inputs.user }}
|
message: E2E failure for branch `${{ inputs.branch || 'master' }}` deployed by ${{ inputs.user || 'schedule' }} (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
||||||
|
|
||||||
- name: Call Success URL - optionally
|
- name: Call Success URL - optionally
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue