From: Jérémie Astor Date: Wed, 19 Feb 2020 17:22:44 +0000 (+0100) Subject: :wrench: check ref X-Git-Tag: nightly~1860 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=6c0a44763317224377a9a70456dd7135b3eec82a;p=gwion.git :wrench: check ref --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 38d03e91..81334172 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -97,7 +97,8 @@ jobs: username: ${{ secrets.MAIL_USERNAME }} password: ${{ secrets.MAIL_PASSWORD }} subject: Github Actions job result - body: file://mail.html + body: file://README.md to: ${{ github.event.repository.owner.email }},${{ github.event.pusher.email }} from: Gwion Coverage action - content_type: text/html + +# content_type: text/html