Skip to content

Commit

Permalink
ci(python-app): update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaeeraa committed Dec 12, 2024
1 parent 2c4cdfe commit 8d140ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
- name: Format with isort
run: |
isort .
- name: Set up git
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- name: Commit changes
run: |
git add .
Expand Down

0 comments on commit 8d140ee

Please sign in to comment.