1
0
mirror of https://github.com/actions/checkout.git synced 2026-06-08 16:13:50 +08:00

Update README.md

This commit is contained in:
Cory Miller
2024-04-29 14:28:37 -04:00
committed by GitHub
parent 5dac6c7132
commit 44a0471c7d

View File

@@ -279,6 +279,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
date > generated.txt
# Note: the following account information will not work on GHES
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .