fix: remove pull_format commit-back

This commit is contained in:
源文雨
2023-09-09 11:59:50 +08:00
committed by GitHub
parent 569fcd8048
commit c761bda09a

View File

@@ -36,8 +36,3 @@ jobs:
- name: Run Black
# run: black $(git ls-files '*.py')
run: black .
- name: Commit Back
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply Code Formatter Change