Skip to content

Commit

Permalink
Change email and username commitor
Browse files Browse the repository at this point in the history
  • Loading branch information
manabil authored Aug 19, 2023
1 parent 483eda9 commit 4dffb39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

- name: Commit files
run: |
git config --local user.email "[email protected]"
git config --local user.name "manabil"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -a -m "Formatting notebook"
- name: Push changes
Expand Down

0 comments on commit 4dffb39

Please sign in to comment.