]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: do not use mail
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Tue, 18 Feb 2020 22:53:30 +0000 (23:53 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Tue, 18 Feb 2020 22:53:30 +0000 (23:53 +0100)
.github/workflows/coverage.yml

index 5032378d5b61346e32cabdcaa29b0fe9f7b5d5ff..97eaf848b0bd622c57846efe442bf9b4022fdc94 100644 (file)
@@ -66,7 +66,7 @@ jobs:
         done
 
     - name: Push Report
-#      if: github.event_name == 'push' && github.event.ref = 'refs/head/master'
+      if: github.event_name == 'push' && github.event.ref == 'refs/head/master'
       run: |
         cd gwion-coverage-report
         git config --local user.email "action@github.com"
@@ -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