This commit is contained in:
Ganden Schaffner 2023-01-02 12:02:18 +01:00 committed by GitHub
commit 4bb8682e76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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