From ccdc259a03fbe2be9d2f5fed12705f8cdf8a510e Mon Sep 17 00:00:00 2001 From: Rikko Date: Wed, 31 Aug 2022 21:26:12 +0530 Subject: [PATCH] Rename a workflow step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"