Update blank.yml

This commit is contained in:
Waylon Walker 2020-03-21 08:56:40 -05:00 committed by GitHub
parent d5ff3af2dc
commit 25c759c75e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,17 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
- name: ✨ Send email, you star - name: log github
uses: dawidd6/action-send-mail@v1.3.0 run: |
with: echo ${{ github }}
server_address: smtp.gmail.com - name: ✨ Send email, you star
server_port: 465 uses: dawidd6/action-send-mail@v1.3.0
username: quadmx08 with:
password: ${{ secrets.GMAIL_PASS }} server_address: smtp.gmail.com
subject: Your a star ✨ server_port: 465
body: Someone just starred your mail-on-star repo!!! https://github.com/WaylonWalker/mail-on-star/edit/master ${{ github }} username: quadmx08
to: ${{ secrets.GMAIL_ADDRESS }} password: ${{ secrets.GMAIL_PASS }}
from: ${{ secrets.GMAIL_ADDRESS }} subject: Your a star ✨
body: Someone just starred your mail-on-star repo!!! https://github.com/WaylonWalker/mail-on-star/edit/master
to: ${{ secrets.GMAIL_ADDRESS }}
from: ${{ secrets.GMAIL_ADDRESS }}