From: Jérémie Astor Date: Wed, 19 Feb 2020 11:23:45 +0000 (+0100) Subject: :wrench: Retry email X-Git-Tag: nightly~1865 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=b683789c2be910c71dc6a1ad5b0b5e51fe9971b3;p=gwion.git :wrench: Retry email --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 97eaf848..7052e73c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -83,14 +83,14 @@ jobs: git subtree push --prefix html origin gh-pages echo $GITHUB_EVENT_NAME $GITHUB_REF -# - name: Send mail -# uses: dawidd6/action-send-mail@master -# with: -# server_address: smtp.gmail.com -# server_port: 465 -# username: ${{ secrets.MAIL_USERNAME }} -# password: ${{ secrets.MAIL_PASSWORD }} -# subject: Github Actions job result -# body: file://README.md -# to: ${{ github.event.repository.owner.email }},${{ github.event.pusher.email }} -# from: Gwion Coverage action + - name: Send mail + uses: dawidd6/action-send-mail@master + with: + server_address: smtp.gmail.com + server_port: 465 + username: ${{ secrets.MAIL_USERNAME }} + password: ${{ secrets.MAIL_PASSWORD }} + subject: Github Actions job result + body: file://README.md + to: ${{ github.event.repository.owner.email }},${{ github.event.pusher.email }} + from: Gwion Coverage action