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 af58927 commit 97bab70Copy full SHA for 97bab70
2 files changed
.github/workflows/integration-table.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Update integration table
27
run: |
28
nvim -l scripts/generate_integration_mappings_table.lua
29
- - uses: stefanzweifel/git-auto-commit-action@v6
+ - uses: stefanzweifel/git-auto-commit-action@v7
30
with:
31
commit_message: "chore: auto generate integration table"
32
branch: ${{ github.ref }}
.github/workflows/pandocvim.yml
@@ -20,7 +20,7 @@ jobs:
20
toc: true
21
version: "nvim >= 0.8.0"
22
treesitter: true
23
24
25
commit_message: "docs: auto generate vimdoc"
branch: ${{ github.head_ref }}
0 commit comments