From c8d7bbad327edcea5cb969ec0ee4d05faab2c970 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 3 Mar 2019 09:35:39 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85cc9ed0..4304da67 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ action "Deploy to gh-pages" { BUILD_SCRIPT = "npm install && npm run-script build" BRANCH = "gh-pages" FOLDER = "build" - COMMIT_EMAIL = "iam@jamesiv.es" + COMMIT_EMAIL = "example@jives.dev" COMMIT_NAME = "James Ives" } secrets = ["GITHUB_TOKEN"]