From bd8ed664d579889ac206f63e436b2d4e17e5dfbe Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Wed, 26 Jan 2022 10:17:52 -0500 Subject: [PATCH] Github workflow: Fix yaml syntax Same problem as addressed in https://github.com/containers/podman/pull/13005 I neglected to include in https://github.com/containers/skopeo/pull/1546 for whatever reason. This commit makes it right. Signed-off-by: Chris Evich --- .github/workflows/check_cirrus_cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_cirrus_cron.yml b/.github/workflows/check_cirrus_cron.yml index 09314ad6..50463a35 100644 --- a/.github/workflows/check_cirrus_cron.yml +++ b/.github/workflows/check_cirrus_cron.yml @@ -99,4 +99,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}}"