Skip to content

Commit 7aeaf66

Browse files
committed
Revert "Adjust positioning of user email note and permissions heading (actions#2044)"
This reverts commit 85e6279.
1 parent 85e6279 commit 7aeaf66

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,7 @@ jobs:
312312
git push
313313
```
314314

315-
*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
316-
317-
# Recommended permissions
315+
## Recommended permissions
318316

319317
When using the `checkout` action in your GitHub Actions workflow, it is recommended to set the following `GITHUB_TOKEN` permissions to ensure proper functionality, unless alternative auth is provided via the `token` or `ssh-key` inputs:
320318

@@ -323,6 +321,9 @@ permissions:
323321
contents: read
324322
```
325323

324+
*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
325+
326+
326327
# License
327328

328329
The scripts and documentation in this project are released under the [MIT License](LICENSE)

0 commit comments

Comments
 (0)