summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-01-25 13:47:43 -0500
committerGitHub <noreply@github.com>2022-01-25 13:47:43 -0500
commit321ad6872673694d2168f13dc2c472958a81d352 (patch)
tree29e3f320e69599f133449b6cd5d277a8d7766988 /.github
parent164a1d028b30cdd1363c3dc82fcd6c5a7a343e54 (diff)
parent6df245c6ec333c2c90fbbf7efafb71f43751bf6d (diff)
downloadpodman-321ad6872673694d2168f13dc2c472958a81d352.tar.gz
podman-321ad6872673694d2168f13dc2c472958a81d352.tar.bz2
podman-321ad6872673694d2168f13dc2c472958a81d352.zip
Merge pull request #13005 from cevich/fix_notify
[CI:DOCS] Github-workflow: Fix YAML syntax
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check_cirrus_cron.yml2
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}}"