diff --git a/README.md b/README.md index 3ae4f2bc..77f60ff5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ An action that simply sends a mail to multiple recipients. subject: Github Actions job result # Required recipients' addresses: to: obiwan@example.com,yoda@example.com - # Required sender information (address can be skipped): + # Required sender full name (address can be skipped): from: Luke Skywalker # # Optional plain body: body: Build job of ${{github.repository}} completed successfully!