Skip to content

Commit

Permalink
ci: consistent spelling in auto-generation workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Jul 9, 2024
1 parent 13d10a2 commit 2230211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/panvimdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- uses: actions/checkout@v4
- uses: kdheepak/panvimdoc@main
with:
vimdoc: early-retirement
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 }}

0 comments on commit 2230211

Please sign in to comment.