diff --git a/.github/workflows/pull_format.yml b/.github/workflows/pull_format.yml index 4440f6c..57a830d 100644 --- a/.github/workflows/pull_format.yml +++ b/.github/workflows/pull_format.yml @@ -36,8 +36,3 @@ jobs: - name: Run Black # run: black $(git ls-files '*.py') run: black . - - - name: Commit Back - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: Apply Code Formatter Change