Merge 1667c9c0773b71fccfd6f49da8e3e2fd8c73ac70 into 8b5e8b768746b50394015010d25e690bfab9dfbc

This commit is contained in:
Ganden Schaffner 2023-09-01 21:29:26 +00:00 committed by GitHub
commit 421094fb7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,8 +271,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