Skip to content

Commit 806fc1f

Browse files
author
Harmanpreet Kaur
committed
Update notification message for quota check failure in CI workflow
1 parent 118896b commit 806fc1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
RUN_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
5050
EMAIL_BODY=$(cat <<EOF
5151
{
52-
"body": "<p>Dear Team,</p><p>The KMGeneric quota check has failed, and the pipeline cannot proceed.</p><p><strong>Build URL:</strong> <a href=\"${RUN_URL}\">${RUN_URL}</a></p><p>Please take necessary action.</p><p>Best regards,<br>Your Automation Team</p>",
53-
"subject": "KMGeneric Deployment - Quota Check Failed"
52+
"body": "<p>Dear Team,</p><p>The Container Migration quota check has failed, and the pipeline cannot proceed.</p><p><strong>Build URL:</strong> <a href=\"${RUN_URL}\">${RUN_URL}</a></p><p>Please take necessary action.</p><p>Best regards,<br>Your Automation Team</p>",
53+
"subject": "Container Migration Deployment - Quota Check Failed"
5454
}
5555
EOF
5656
)

0 commit comments

Comments
 (0)