Update README.md

This commit is contained in:
James Ives 2019-03-03 10:19:04 -05:00 committed by GitHub
parent b887f09414
commit d0ff812426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ action "Deploy to Github Pages" {
BRANCH = "gh-pages"
FOLDER = "build"
COMMIT_EMAIL = "github-pages-deployer@jamesives.dev"
COMMIT_NAME = "James Ives"
COMMIT_NAME = "Github Pages Deployer"
}
secrets = ["GITHUB_TOKEN"]
}