From 8bd10e105aeefbc9b8d33ac3b3c94a9f75fb6503 Mon Sep 17 00:00:00 2001 From: Kyle Shores Date: Sat, 23 Nov 2024 14:33:58 -0600 Subject: [PATCH] Update pep8_autoformat.yml --- .github/workflows/pep8_autoformat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pep8_autoformat.yml b/.github/workflows/pep8_autoformat.yml index 33280f10..a1203f59 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'