1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2024-09-19 16:56:42 +00:00

Update README.md

This commit is contained in:
eric sciple 2020-07-14 16:30:57 -04:00 committed by GitHub
parent a4b69b4886
commit 592cf69a22
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,7 +226,7 @@ jobs:
- run: |
date > generated.txt
git config user.name github-actions
git config user.email github-actions-bot@users.noreply.github.com
git config user.email github-actions@github.com
git add .
git commit -m "generated"
git push