From 51849d7474c7d561c1155180c635fa7baa5cdef8 Mon Sep 17 00:00:00 2001 From: yasonk Date: Wed, 28 Aug 2024 12:33:17 -0700 Subject: [PATCH] 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 9b6176d..1286a24 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)