From ccf4d3c1a4f6b5353c400e4d7837e171dd00ed42 Mon Sep 17 00:00:00 2001 From: Leszek Manicki Date: Thu, 19 Sep 2024 12:04:11 +0200 Subject: [PATCH] Try using HTML instead of Markdown, maybe context vars would work --- .github/workflows/ci_failure_email.md | 2 +- .github/workflows/push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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