From 77e67b782b00e0f09d6853f1be3e8380fc9456fc Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:52:07 +0200 Subject: [PATCH] ci: consistent spelling in auto-generation workflows --- .github/workflows/panvimdoc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/panvimdoc.yml b/.github/workflows/panvimdoc.yml index 41c039d..8e2d211 100644 --- a/.github/workflows/panvimdoc.yml +++ b/.github/workflows/panvimdoc.yml @@ -19,11 +19,11 @@ jobs: - uses: actions/checkout@v4 - uses: kdheepak/panvimdoc@main with: - vimdoc: "%%plugin-name-short%%" + 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 }}