mirror of
https://github.com/mandiant/capa.git
synced 2026-03-12 21:23:12 -07:00
Update Git configuration for formatting bot using capa-bot
This commit is contained in:
4
.github/workflows/black-format.yml
vendored
4
.github/workflows/black-format.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user