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