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"]