mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 05:06:31 +00:00
Fix sender name for github Mailing list action
This commit is contained in:
committed by
Gleb Chesnokov
parent
3f17045397
commit
37de84607c
@@ -66,7 +66,7 @@ jobs:
|
||||
# Required recipients' addresses:
|
||||
to: scst-svn@lists.sourceforge.net
|
||||
# Required sender full name (address can be skipped):
|
||||
from: GitHub
|
||||
from: ${{matrix.commit.committer.name}}
|
||||
# Optional whether this connection use TLS (default is true if server_port is 465)
|
||||
# secure: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user