Update .github/workflows/label-stats.yml

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
This commit is contained in:
Isaac Marovitz 2023-07-28 16:26:59 -04:00 committed by GitHub
parent cb9d84ed8a
commit 63ae384cf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,8 +58,8 @@ jobs:
- name: Commit stats
run: |
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 "Update stats"
git commit -m "Update compat-stats.json"
git push