1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2024-09-16 15:36:44 +00:00

Provide explanation for where user email came from (#1869)

* Provide explanation for where user email came from

* bringing back the newline
This commit is contained in:
yasonk 2024-09-02 06:53:38 -07:00 committed by GitHub
parent 9a9194f871
commit 2d7d9f7ff5
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -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