Skip to content

Commit

Permalink
Merge pull request #16482 from cevich/fix_mail_script_ref
Browse files Browse the repository at this point in the history
[CI:DOCS] GHA: Fix make_email-body script reference
  • Loading branch information
openshift-merge-robot authored Nov 10, 2022
2 parents 911dc94 + a13a59a commit 8a81bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_cirrus_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- if: steps.cron.outputs.failures > 0
shell: bash
run: './.github/actions/check_cirrus_cron/make_email_body'
run: './.github/actions/check_cirrus_cron/make_email_body.sh'

- if: steps.cron.outputs.failures > 0
name: Send failure notification e-mail
Expand Down

0 comments on commit 8a81bbd

Please sign in to comment.