Skip to content

Commit

Permalink
add send email
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-ke committed Oct 17, 2024
1 parent e69fbc9 commit a7d6df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
to: [email protected]
from: ${{ secrets.SMTP_USERNAME }} # 发件人邮箱
body: |
Build ${{ github.run_number }} of ${{ github.repository }} completed with status: ${{ job.status }}.
"GitHub Action job completed with status: ${{ job.status }}! Check the details at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 comments on commit a7d6df9

Please sign in to comment.