diff --git a/.github/workflows/label-stats.yml b/.github/workflows/label-stats.yml index 053f7ab..4cd3632 100644 --- a/.github/workflows/label-stats.yml +++ b/.github/workflows/label-stats.yml @@ -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 push \ No newline at end of file + git commit -m "Update compat-stats.json" + git push