Rename a workflow step

This commit is contained in:
Rikko 2022-08-31 21:26:12 +05:30
parent 4178c28edf
commit ccdc259a03

View file

@ -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"