Merge pull request #1549 from cevich/fix_yaml

Github workflow: Fix yaml syntax
This commit is contained in:
Chris Evich 2022-01-26 11:26:04 -05:00 committed by GitHub
commit 327f87d79b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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