Update blank.yml
This commit is contained in:
parent
d5ff3af2dc
commit
25c759c75e
1 changed files with 14 additions and 11 deletions
5
.github/workflows/blank.yml
vendored
5
.github/workflows/blank.yml
vendored
|
|
@ -13,6 +13,9 @@ jobs:
|
|||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
- name: log github
|
||||
run: |
|
||||
echo ${{ github }}
|
||||
- name: ✨ Send email, you star
|
||||
uses: dawidd6/action-send-mail@v1.3.0
|
||||
with:
|
||||
|
|
@ -21,6 +24,6 @@ jobs:
|
|||
username: quadmx08
|
||||
password: ${{ secrets.GMAIL_PASS }}
|
||||
subject: Your a star ✨
|
||||
body: Someone just starred your mail-on-star repo!!! https://github.com/WaylonWalker/mail-on-star/edit/master ${{ github }}
|
||||
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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue