mirror of
https://github.com/containers/skopeo.git
synced 2025-04-28 03:10:18 +00:00
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 <cevich@redhat.com>
This commit is contained in:
parent
2c84bc232c
commit
bd8ed664d5
2
.github/workflows/check_cirrus_cron.yml
vendored
2
.github/workflows/check_cirrus_cron.yml
vendored
@ -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}}"
|
||||
|
Loading…
Reference in New Issue
Block a user