From 7e5010ef01f368a916647d1d0c5d95e822b483a0 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Mon, 28 Jul 2025 12:15:44 -0700 Subject: [PATCH] fix --- .github/workflows/pre-commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 16ab7265c..323121cd0 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -42,8 +42,8 @@ jobs: if: github.actor == 'dependabot[bot]' run: | if ! git diff --exit-code || [ -n "$(git ls-files --others --exclude-standard)" ]; then - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" + git config --local user.email "github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" git add -A git commit -m "Apply pre-commit fixes" git push