1
0
mirror of synced 2024-11-27 17:00:54 +01:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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