We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e26351 commit 0878e6aCopy full SHA for 0878e6a
1 file changed
.github/workflows/patch.yml
@@ -24,7 +24,7 @@ jobs:
24
toc: true
25
version: "nvim >= 0.8.0"
26
treesitter: true
27
- - uses: stefanzweifel/git-auto-commit-action@v6
+ - uses: stefanzweifel/git-auto-commit-action@v7
28
with:
29
commit_message: "docs: auto generate vimdoc"
30
branch: ${{ github.ref }}
@@ -44,7 +44,7 @@ jobs:
44
- name: Update integration table
45
run: |
46
nvim -l scripts/generate_integration_mappings_table.lua
47
48
49
commit_message: "chore: auto generate integration table"
50
0 commit comments