From 44a0471c7da5990a99aea63d45bbaa4cd4dbf870 Mon Sep 17 00:00:00 2001 From: Cory Miller <13227161+cory-miller@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:28:37 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4719207..9b6176d 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,7 @@ jobs: - uses: actions/checkout@v4 - run: | date > generated.txt + # Note: the following account information will not work on GHES git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add .