From 18c3f7b926cf9f60f7bda1d7ff6be51967e9d1fb Mon Sep 17 00:00:00 2001 From: pingke Date: Fri, 18 Oct 2024 11:09:58 +0800 Subject: [PATCH] remove useless comments --- .github/workflows/integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index c7d8b527..6321a350 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -88,12 +88,12 @@ jobs: - name: Send notification email uses: dawidd6/action-send-mail@v3 with: - server_address: smtp.gmail.com # 使用 Gmail SMTP + server_address: smtp.gmail.com server_port: 465 username: ${{ secrets.SMTP_USERNAME }} password: ${{ secrets.SMTP_PASSWORD }} subject: ${{ github.repository }} GitHub Actions ${{ github.workflow }} Run ${{ needs.integration-test.outputs.test_status }} - ${{ github.sha }} to: molaokp@gmail.com,lundeng@quarkchain.org,qzhu@quarkchain.org - from: ${{ secrets.SMTP_USERNAME }} # 发件人邮箱 + from: ${{ secrets.SMTP_USERNAME }} body: | "GitHub Action job completed with status: ${{ needs.integration-test.outputs.test_status }}! Check the details at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"