Skip to content

Commit 85e6279

Browse files
authored
Adjust positioning of user email note and permissions heading (#2044)
1 parent 009b9ae commit 85e6279

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

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

315-
## Recommended permissions
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
316318

317319
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:
318320

@@ -321,9 +323,6 @@ permissions:
321323
contents: read
322324
```
323325

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-
327326
# License
328327

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

0 commit comments

Comments
 (0)