From: Chase <44284917+TotallyNotChase@users.noreply.github.com> Date: Sun, 4 Oct 2020 17:38:59 +0000 (+0800) Subject: :wrench: Remove "Send mail" step from coverage report X-Git-Tag: nightly~1244^2^2~7^2 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=a3e0ecc05e6c0bc5986e70b977dd2a221ddda1d7;p=gwion.git :wrench: Remove "Send mail" step from coverage report --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b144d019..2fd088be 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -103,18 +103,3 @@ jobs: # git add -f html # git commit -m "Update html report" # git subtree push --prefix html origin gh-pages - - - - 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://diff.html - to: ${{ github.event.repository.owner.email }},${{ github.event.pusher.email }} - from: Gwion Coverage action - content_type: text/html - if: ${{ github.repository_owner == 'fennecdjay' }} \ No newline at end of file