Skip to content

Commit

Permalink
Define CI failure emails "body" content in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
manicki committed Sep 19, 2024
1 parent 463fe53 commit 14de54f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
server_port: 465
username: ${{secrets.CI_MAIL_USERNAME}}
password: ${{secrets.CI_MAIL_PASSWORD}}
to: wikidata-ci-status@wikimedia.de
to: leszek.manicki@wikimedia.de
from: ${{ github.repository }} CI
subject: CI job failed for ${{ github.repository }}
convert_markdown: true
html_body: |
CI workflow ${{ github.workflow }} failed!
The failed job can be found in <a href="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}">here</a>
The failed job can be found in [${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}](here)

0 comments on commit 14de54f

Please sign in to comment.