-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yuangn
committed
Oct 24, 2023
1 parent
59b4183
commit c60b901
Showing
1 changed file
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,12 +25,6 @@ jobs: | |
- name: Execute Python Script and Save Output | ||
run: python actions/github_new_project.py > content.html | ||
|
||
- name: test echo1 | ||
run: echo ${{ secrets.MAIL_USERNAME }} | ||
|
||
- name: test echo2 | ||
run: echo ${{ secrets.MAIL_PASSWORD }} | ||
|
||
- name: Send Email | ||
uses: dawidd6/action-send-mail@v3 | ||
with: | ||
|
@@ -42,4 +36,3 @@ jobs: | |
body: ./content.html | ||
to: [email protected] | ||
from: GitHub Action | ||
content_type: text/html |