From 63ae384cf1a49c7e095ce333c525e4f98bba65f1 Mon Sep 17 00:00:00 2001 From: Isaac Marovitz <42140194+IsaacMarovitz@users.noreply.github.com> Date: Fri, 28 Jul 2023 16:26:59 -0400 Subject: [PATCH] Update .github/workflows/label-stats.yml Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com> --- .github/workflows/label-stats.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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