conf: action notify [test]

hotfix/paypal-note
Lei OT 2 years ago
parent 17a0610ace
commit 2f297e386a

@ -132,19 +132,19 @@ jobs:
uses: devellany/send-mailer@v1.0.2 uses: devellany/send-mailer@v1.0.2
with: with:
host: smtp.qiye.aliyun.com host: smtp.qiye.aliyun.com
# Optional port (defaults to 465) # Optional port (defaults to 465)
port: 465 port: 465
account: ${{secrets.MAIL_USERNAME}} account: ${{secrets.MAIL_USERNAME}}
password: ${{secrets.MAIL_PASSWORD}} password: ${{secrets.MAIL_PASSWORD}}
sender: Git sender: Git
from: ${{secrets.MAIL_USERNAME}} from: ${{secrets.MAIL_USERNAME}}
to: ${{ env.GIT_COMMIT_COMMITTER_EMAIL }}, lyt@hainatravel.com to: ${{ env.GIT_COMMIT_COMMITTER_EMAIL }}, lyt@hainatravel.com
subject: Deploy ${{env.WORKFLOW_CONCLUSION}} subject: Deploy ${{env.WORKFLOW_CONCLUSION}}
body: ${{env.WORKFLOW_CONCLUSION}} , ${{env.GIT_COMMIT_MESSAGE_SUBJECT}} body: ${{env.WORKFLOW_CONCLUSION}} , ${{env.GIT_COMMIT_MESSAGE_SUBJECT}}
# Optional content type (defaults to text/plain) # Optional content type (defaults to text/plain)
contentType: text/plain contentType: text/plain
# Optional attachment files (JSON type. require property 'path') # Optional attachment files (JSON type. require property 'path')
# attachments: '[{"path":"README.md"}]' # attachments: '[{"path":"README.md"}]'
# - name: ✉ Send some mail # - name: ✉ Send some mail
# uses: wadeww/send-email-action@master # uses: wadeww/send-email-action@master

Loading…
Cancel
Save