Skip to content

Commit 00712a9

Browse files
committed
fixed bugs + polished messaging
1 parent f7d5bf1 commit 00712a9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/coveo.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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
}]

0 commit comments

Comments
 (0)