From 592cf69a223b04e75ddf345919130b91010eb2a6 Mon Sep 17 00:00:00 2001 From: eric sciple Date: Tue, 14 Jul 2020 16:30:57 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ad3116..9c56a6f 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ jobs: - run: | date > generated.txt git config user.name github-actions - git config user.email github-actions-bot@users.noreply.github.com + git config user.email github-actions@github.com git add . git commit -m "generated" git push