From e69fbc9e827b598135b072110df9fc308b1d5218 Mon Sep 17 00:00:00 2001 From: pingke Date: Thu, 17 Oct 2024 22:38:51 +0800 Subject: [PATCH] add send email --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 034c389b..e35674db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,7 @@ jobs: username: ${{ secrets.SMTP_USERNAME }} password: ${{ secrets.SMTP_PASSWORD }} subject: GitHub Actions Workflow Notification -- integration test ${{ job.status }} - to: pingke@gmail.com,lundeng@quarkchain.org,qzhu@quarkchain.org + to: pingke@gmail.com from: ${{ secrets.SMTP_USERNAME }} # 发件人邮箱 body: | Build ${{ github.run_number }} of ${{ github.repository }} completed with status: ${{ job.status }}.