From 2d7d9f7ff5b310f983d059b68785b3c74d8b8edd Mon Sep 17 00:00:00 2001 From: yasonk Date: Mon, 2 Sep 2024 06:53:38 -0700 Subject: [PATCH] Provide explanation for where user email came from (#1869) * Provide explanation for where user email came from * bringing back the newline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b6176d..e1ea032 100644 --- a/README.md +++ b/README.md @@ -286,6 +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