]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Remove "Send mail" step from coverage report
authorChase <44284917+TotallyNotChase@users.noreply.github.com>
Sun, 4 Oct 2020 17:38:59 +0000 (01:38 +0800)
committerGitHub <noreply@github.com>
Sun, 4 Oct 2020 17:38:59 +0000 (01:38 +0800)
.github/workflows/coverage.yml

index b144d019cbc8fab5f1327c9ff9e5605923a4a306..2fd088bef9b8c7b60e8217c1e76ea68268a37259 100644 (file)
@@ -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