diff --git a/.github/workflows/black-format.yml b/.github/workflows/black-format.yml index e103ffd0..57954266 100644 --- a/.github/workflows/black-format.yml +++ b/.github/workflows/black-format.yml @@ -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