From a3e0ecc05e6c0bc5986e70b977dd2a221ddda1d7 Mon Sep 17 00:00:00 2001 From: Chase <44284917+TotallyNotChase@users.noreply.github.com> Date: Mon, 5 Oct 2020 01:38:59 +0800 Subject: [PATCH] :wrench: Remove "Send mail" step from coverage report --- .github/workflows/coverage.yml | 15 --------------- 1 file changed, 15 deletions(-) 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 -- 2.43.0