diff --git a/.github/workflows/panvimdoc.yml b/.github/workflows/panvimdoc.yml index 6f2411a..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: rip-substitute + 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 }}