File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -79,16 +79,11 @@ jobs:
7979 username: 'Github',
8080 mention: 'channel',
8181 attachments: [{
82- title: '[${{ github.event.repository.full_name }}] ${{ github.workflow }} pipeline has failed. Token generation for environment ${{matrix.env_name}}',
82+ title: '[${{ github.event.repository.full_name }}] Coveo Token Generation Failed ( ${{matrix.env_name}} environment) ',
8383 color: 'danger',
8484 fields: [{
85- title: 'Commit',
86- "value": "<https://github.com/${{ github.repository }}/commit/${{ github.event.workflow_run.head_commit.id }}|${{ github.event.workflow_run.head_commit.message }}>",
87- short: false
88- },
89- {
9085 title: 'Pipeline URL',
91- value: '<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github.run_id }}',
86+ value: '<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github.run_id }}> ',
9287 short: false
9388 }]
9489 }]
You can’t perform that action at this time.
0 commit comments