Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuangn committed Oct 24, 2023
1 parent 59b4183 commit c60b901
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -42,4 +36,3 @@ jobs:
body: ./content.html
to: [email protected]
from: GitHub Action
content_type: text/html

0 comments on commit c60b901

Please sign in to comment.