summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2022-01-25 10:57:36 -0500
committerChris Evich <cevich@redhat.com>2022-01-25 12:39:17 -0500
commit6df245c6ec333c2c90fbbf7efafb71f43751bf6d (patch)
treef9d35506e2836b080d9a0c8721cebc1bc7283bb3 /.github
parent92635c726ac063770f20ce9cc3da48f33a5ad73b (diff)
downloadpodman-6df245c6ec333c2c90fbbf7efafb71f43751bf6d.tar.gz
podman-6df245c6ec333c2c90fbbf7efafb71f43751bf6d.tar.bz2
podman-6df245c6ec333c2c90fbbf7efafb71f43751bf6d.zip
Github-workflow: Fix YAML syntax
The `body` string value must be quoted because it contains a colon. Also fix an incorrect URL substitution reference in error-notice e-mail body text. (In my defense...testing this workflow is basically impractical without merging it) Signed-off-by: Chris Evich <cevich@redhat.com>
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}}"