From a5a673e7743ab9db97a6024c8627160d3d3b00e3 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Mon, 22 Feb 2021 22:16:12 +0100 Subject: [PATCH] README: use example domain Closes: #31 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01c7d0a6..7bff8b3f 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ An action that simply sends a mail to multiple recipients. body: Build job of ${{github.repository}} completed successfully! # Read file contents as body: body: file://README.md - to: obiwan@tatooine.com,yoda@dagobah.com + to: obiwan@example.com,yoda@example.com from: Luke Skywalker # # Optional carbon copy recipients - cc: kyloren@starkiller.com,leia@alderaan.com + cc: kyloren@example.com,leia@example.com # Optional blind carbon copy recipients - bcc: r2d2@jakku.com,hansolo@milleniumfalcon.com + bcc: r2d2@example.com,hansolo@example.com # Optional content type (defaults to text/plain): content_type: text/html # Optional converting Markdown to HTML (set content_type to text/html too):