0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2024-11-23 22:56:20 +01: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
Failed to generate hash of commit

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