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:
Chris Evich 2022-01-26 10:17:52 -05:00
parent 2c84bc232c
commit bd8ed664d5
No known key found for this signature in database
GPG Key ID: 03EDC70FD578067F

View File

@ -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}}"