diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c2f7c4..776889e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Apply AutoPEP8 run: | autopep8 --in-place --recursive --max-line-length=100 . - - name: Apply Auto-Formatting Commit + - name: Apply AutoPEP8 Commit uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "[ci] auto-format"