From 263610a74cdb8ad76b7ce635485aa36c3b5fff1c Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 6 Jun 2023 14:13:06 +0800 Subject: [PATCH] Update text-lint.yml --- .github/workflows/text-lint.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/text-lint.yml b/.github/workflows/text-lint.yml index 01537ec..0889716 100644 --- a/.github/workflows/text-lint.yml +++ b/.github/workflows/text-lint.yml @@ -15,13 +15,15 @@ jobs: - name: huacnlee.autocorrect uses: huacnlee/autocorrect-action@v2.5.4 + with: + args: --fix - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} - commit-message: "chore: lint text" - title: "Text lint" + commit-message: "chore: lint text and auto correct" + title: "Text lint and fix" labels: "Lint" author: github-actions[bot] branch: "text-lint"