mirror of http://gitea.com/actions/checkout
Update README.md
This commit is contained in:
parent
5dac6c7132
commit
44a0471c7d
|
@ -279,6 +279,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
date > generated.txt
|
date > generated.txt
|
||||||
|
# Note: the following account information will not work on GHES
|
||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git add .
|
git add .
|
||||||
|
|
Loading…
Reference in New Issue