mirror of
https://github.com/actions/checkout.git
synced 2026-03-26 13:56:42 +00:00
Merge 1667c9c077 into 97a652b800
This commit is contained in:
commit
1c05db39dc
@ -267,8 +267,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 '41898282+github-actions[bot]@users.noreply.github.com'
|
||||
git add .
|
||||
git commit -m "generated"
|
||||
git push
|
||||
|
||||
Loading…
Reference in New Issue
Block a user