ci: fix version number in auto-generated vimdoc

remotes/origin/HEAD
Chris Grieser 2024-06-03 10:58:21 +02:00
parent d99cb9b44b
commit 6ec7e92ea5
1 changed files with 3 additions and 3 deletions

View File

@ -16,10 +16,10 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: kdheepak/panvimdoc@main - uses: kdheepak/panvimdoc@main
with: with:
vimdoc: genghis vimdoc: scissors
toc: true
treesitter: true
demojify: true demojify: true
treesitter: true
version: "" # by default adds nvim 0.8 as version number…
- 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"