mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 04:36:22 +00:00
.github/workflows: Drop envelope_from from mail action
The current action branch fails with "No recipients defined" when envelope_from is set in this workflow. The SMTP username already provides the sender address, so envelope_from is unnecessary here.
This commit is contained in:
@@ -73,9 +73,8 @@ jobs:
|
||||
[${{steps.get_short_ref.outputs.short_ref}}] ${{steps.get_commit_message.outputs.commit_message}}
|
||||
# Required recipients' addresses:
|
||||
to: scst-svn@lists.sourceforge.net
|
||||
# Required sender (quote it because of '<' and '>'):
|
||||
# Required sender (quote it because of '<' and '>')
|
||||
from: '"SCST GitHub" <${{ secrets.MAIL_SERVER_USERNAME }}>'
|
||||
envelope_from: ${{ secrets.MAIL_SERVER_USERNAME }}
|
||||
# Optional whether this connection use TLS (default is true if server_port is 465)
|
||||
# secure: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user