Update Git configuration for formatting bot using capa-bot

This commit is contained in:
Moritz
2026-03-12 12:29:34 +01:00
committed by mr-tz
parent ef2cd1df11
commit 92979c7841

View File

@@ -55,8 +55,8 @@ jobs:
- name: Commit and push formatting changes
if: steps.changes.outputs.has_changes == 'true'
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git config user.email 'capa-dev@mandiant.com'
git config user.name 'Capa Bot'
git add -A
git commit -m "style: auto-format with black and isort"
git push