ci: consistent spelling in auto-generation workflows
parent
07ea6edb98
commit
b3e233b7fb
|
|
@ -19,11 +19,11 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: kdheepak/panvimdoc@main
|
- uses: kdheepak/panvimdoc@main
|
||||||
with:
|
with:
|
||||||
vimdoc: genghis
|
vimdoc: scissors
|
||||||
demojify: true
|
demojify: true
|
||||||
treesitter: true
|
treesitter: true
|
||||||
description: " Auto-generated from README.md. Do not make PRs to this file."
|
description: " Auto-generated from README.md. Do not make PRs to this file."
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: "chore: Auto-generate vimdocs"
|
commit_message: "chore: auto-generate vimdocs"
|
||||||
branch: ${{ github.head_ref }}
|
branch: ${{ github.head_ref }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue