From c761bda09aeb2e0a79aa5b75c93403ad2b57140c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sat, 9 Sep 2023 11:59:50 +0800 Subject: [PATCH] fix: remove pull_format commit-back --- .github/workflows/pull_format.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pull_format.yml b/.github/workflows/pull_format.yml index 4440f6c..57a830d 100644 --- a/.github/workflows/pull_format.yml +++ b/.github/workflows/pull_format.yml @@ -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