From a305c08e85b95f6be5363dda9333b9f33ccb647b Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sun, 25 Apr 2021 16:30:16 +0200 Subject: [PATCH] README: name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!