diff options
Diffstat (limited to '.github/workflows/check_cirrus_cron.yml')
-rw-r--r-- | .github/workflows/check_cirrus_cron.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check_cirrus_cron.yml b/.github/workflows/check_cirrus_cron.yml index be7750852..5c206ae2f 100644 --- a/.github/workflows/check_cirrus_cron.yml +++ b/.github/workflows/check_cirrus_cron.yml @@ -89,4 +89,4 @@ jobs: subject: Github workflow error on ${{github.repository}} to: ${{env.RCPTCSV}} from: ${{secrets.ACTION_MAIL_SENDER}} - body: Job failed: https://github.com/${{github.repository}}/runs/${{github.job}}?check_suite_focus=true + body: "Job failed: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}" |