This commit is contained in:
Ashwin Bharambe 2025-07-28 12:15:44 -07:00
parent 1c4b906dfa
commit 7e5010ef01

View file

@ -42,8 +42,8 @@ jobs:
if: github.actor == 'dependabot[bot]' if: github.actor == 'dependabot[bot]'
run: | run: |
if ! git diff --exit-code || [ -n "$(git ls-files --others --exclude-standard)" ]; then 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.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "GitHub Action" git config --local user.name "github-actions[bot]"
git add -A git add -A
git commit -m "Apply pre-commit fixes" git commit -m "Apply pre-commit fixes"
git push git push