0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-09-28 05:55:51 +02:00

README: Set user.email to GitHub Actions Bot

This commit is contained in:
Pelle Wessman 2023-02-22 13:40:19 +01:00
parent ac59398561
commit f4bb54d30f
No known key found for this signature in database

View file

@ -223,8 +223,8 @@ jobs:
- uses: actions/checkout@v3
- run: |
date > generated.txt
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "generated"
git push