From 51849d7474c7d561c1155180c635fa7baa5cdef8 Mon Sep 17 00:00:00 2001 From: yasonk Date: Wed, 28 Aug 2024 12:33:17 -0700 Subject: [PATCH 1/2] Provide explanation for where user email came from --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b6176d94..1286a24e7 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ jobs: git commit -m "generated" git push ``` - +*NOTE:* The user email is `{user.id}+{user.login}@users.noreply.github.com`. See users API: https://api.github.com/users/github-actions%5Bbot%5D # License The scripts and documentation in this project are released under the [MIT License](LICENSE) From cbc62543b10ac31185e238a86f37fc97a4e1b74c Mon Sep 17 00:00:00 2001 From: yasonk Date: Wed, 28 Aug 2024 12:38:23 -0700 Subject: [PATCH 2/2] bringing back the newline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1286a24e7..e1ea03298 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,7 @@ jobs: git push ``` *NOTE:* The user email is `{user.id}+{user.login}@users.noreply.github.com`. See users API: https://api.github.com/users/github-actions%5Bbot%5D + # License The scripts and documentation in this project are released under the [MIT License](LICENSE)