mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-13 03:01:28 +08:00
Update text-lint.yml
This commit is contained in:
6
.github/workflows/text-lint.yml
vendored
6
.github/workflows/text-lint.yml
vendored
@@ -15,13 +15,15 @@ jobs:
|
|||||||
|
|
||||||
- name: huacnlee.autocorrect
|
- name: huacnlee.autocorrect
|
||||||
uses: huacnlee/autocorrect-action@v2.5.4
|
uses: huacnlee/autocorrect-action@v2.5.4
|
||||||
|
with:
|
||||||
|
args: --fix
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: "chore: lint text"
|
commit-message: "chore: lint text and auto correct"
|
||||||
title: "Text lint"
|
title: "Text lint and fix"
|
||||||
labels: "Lint"
|
labels: "Lint"
|
||||||
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
||||||
branch: "text-lint"
|
branch: "text-lint"
|
||||||
|
|||||||
Reference in New Issue
Block a user