From 2f297e386abf40520f05f59bff699ba4ac158670 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 29 Aug 2023 15:58:55 +0800 Subject: [PATCH] conf: action notify [test] --- .github/workflows/Deploy.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index c7c1e096..80880b6b 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -132,19 +132,19 @@ jobs: uses: devellany/send-mailer@v1.0.2 with: host: smtp.qiye.aliyun.com - # Optional port (defaults to 465) - port: 465 - account: ${{secrets.MAIL_USERNAME}} - password: ${{secrets.MAIL_PASSWORD}} - sender: Git - from: ${{secrets.MAIL_USERNAME}} - to: ${{ env.GIT_COMMIT_COMMITTER_EMAIL }}, lyt@hainatravel.com - subject: Deploy ${{env.WORKFLOW_CONCLUSION}} - body: ${{env.WORKFLOW_CONCLUSION}} , ${{env.GIT_COMMIT_MESSAGE_SUBJECT}} - # Optional content type (defaults to text/plain) - contentType: text/plain - # Optional attachment files (JSON type. require property 'path') - # attachments: '[{"path":"README.md"}]' + # Optional port (defaults to 465) + port: 465 + account: ${{secrets.MAIL_USERNAME}} + password: ${{secrets.MAIL_PASSWORD}} + sender: Git + from: ${{secrets.MAIL_USERNAME}} + to: ${{ env.GIT_COMMIT_COMMITTER_EMAIL }}, lyt@hainatravel.com + subject: Deploy ${{env.WORKFLOW_CONCLUSION}} + body: ${{env.WORKFLOW_CONCLUSION}} , ${{env.GIT_COMMIT_MESSAGE_SUBJECT}} + # Optional content type (defaults to text/plain) + contentType: text/plain + # Optional attachment files (JSON type. require property 'path') + # attachments: '[{"path":"README.md"}]' # - name: ✉ Send some mail # uses: wadeww/send-email-action@master