diff --git a/.github/workflows/ci_failure_email.md b/.github/workflows/ci_failure_email.md index 887c650..7f523e4 100644 --- a/.github/workflows/ci_failure_email.md +++ b/.github/workflows/ci_failure_email.md @@ -1,3 +1,3 @@ CI workflow ${{ github.workflow }} failed! -The failed job can be found in [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) \ No newline at end of file +The failed job can be found in here \ No newline at end of file diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 292eb0b..eff726b 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -37,5 +37,5 @@ jobs: to: leszek.manicki@wikimedia.de from: ${{ github.repository }} CI subject: CI job failed for ${{ github.repository }} - convert_markdown: true + convert_markdown: false html_body: file:///home/runner/work/Diff/Diff/.github/workflows/ci_failure_email.md