diff --git a/.github/workflows/pep8_autoformat.yml b/.github/workflows/pep8_autoformat.yml index 33280f1..a1203f5 100644 --- a/.github/workflows/pep8_autoformat.yml +++ b/.github/workflows/pep8_autoformat.yml @@ -28,7 +28,7 @@ jobs: run: | git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com" - git commit -am "Auto-format code using Clang-Format" || echo "No changes to commit" + git commit -am "Auto-format code using pep8" || echo "No changes to commit" - name: Push changes to main-autopep8 branch if: steps.check-changes.outcome != 'success'