Update blank.yml
This commit is contained in:
parent
2504675371
commit
d5ff3af2dc
1 changed files with 6 additions and 6 deletions
12
.github/workflows/blank.yml
vendored
12
.github/workflows/blank.yml
vendored
|
|
@ -6,14 +6,14 @@ on:
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
# This workflow contains a single job called "build"
|
# This workflow contains a single job called "email"
|
||||||
build:
|
email:
|
||||||
# The type of runner that the job will run on
|
# The type of runner that the job will run on
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
# 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
|
- name: ✨ Send email, you star
|
||||||
uses: dawidd6/action-send-mail@v1.3.0
|
uses: dawidd6/action-send-mail@v1.3.0
|
||||||
with:
|
with:
|
||||||
server_address: smtp.gmail.com
|
server_address: smtp.gmail.com
|
||||||
|
|
@ -21,6 +21,6 @@ jobs:
|
||||||
username: quadmx08
|
username: quadmx08
|
||||||
password: ${{ secrets.GMAIL_PASS }}
|
password: ${{ secrets.GMAIL_PASS }}
|
||||||
subject: Your a star ✨
|
subject: Your a star ✨
|
||||||
body: Someone just starred your mail-on-star repo
|
body: Someone just starred your mail-on-star repo!!! https://github.com/WaylonWalker/mail-on-star/edit/master ${{ github }}
|
||||||
to: quadmx08@gmail.com
|
to: ${{ secrets.GMAIL_ADDRESS }}
|
||||||
from: quadmx08@gmail.com
|
from: ${{ secrets.GMAIL_ADDRESS }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue