Skip to content

Commit 751a7ce

Browse files
authored
Merge pull request #3484 from IntersectMBO/failure_analysis_mail_formatting
chore(ci): simplify failure analysis section header in workflow notification emails
2 parents 8f53784 + 3927ca4 commit 751a7ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/regression_reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
body: &mail_body |
247247
Run URL: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
248248

249-
── Preliminary failure analysis ──
249+
────
250250

251251
${{ env.FAILURE_ANALYSIS }}
252252
html_body: *mail_body

.github/workflows/upgrade_reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
body: &mail_body |
194194
Run URL: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
195195

196-
── Preliminary failure analysis ──
196+
────
197197

198198
${{ env.FAILURE_ANALYSIS }}
199199
html_body: *mail_body

0 commit comments

Comments
 (0)