Skip to content

Commit 4069e7e

Browse files
committed
ci(panvimdoc): clean up output a bit
1 parent a546d52 commit 4069e7e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/panvimdoc.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313
name: README to vimdoc
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

17-
- uses: kdheepak/panvimdoc@main
17+
- uses: kdheepak/panvimdoc@v4.0.1
1818
with:
19-
vimdoc: auto-dark-mode
20-
description: Plugin that automatically changes the editor appearance based on system settings.
19+
vimdoc: "auto-dark-mode"
20+
version: "NVIM v0.7.0 -> v0.10.4"
21+
description: "Plugin that automatically changes the editor appearance based on system settings."
22+
demojify: true
2123

2224
- uses: stefanzweifel/git-auto-commit-action@v4
2325
with:

0 commit comments

Comments
 (0)