Merge 1667c9c077
into ac59398561
This commit is contained in:
commit
4bb8682e76
1 changed files with 2 additions and 2 deletions
|
@ -223,8 +223,8 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: |
|
- run: |
|
||||||
date > generated.txt
|
date > generated.txt
|
||||||
git config user.name github-actions
|
git config user.name 'github-actions[bot]'
|
||||||
git config user.email github-actions@github.com
|
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
||||||
git add .
|
git add .
|
||||||
git commit -m "generated"
|
git commit -m "generated"
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Add table
Reference in a new issue