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 .