Skip to content

Commit

Permalink
🔧 Retry email
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Feb 19, 2020
1 parent 7050952 commit b683789
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/coverage.yml
Expand Up @@ -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

0 comments on commit b683789

Please sign in to comment.