Skip to content

Commit 246e66c

Browse files
committed
Fix CI
1 parent 7dd687c commit 246e66c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
name: Test
1515
steps:
1616
- uses: actions/checkout@v4
17-
path: ~/.vim/vim-scratch-buffer
17+
with:
18+
path: ~/.vim/vim-scratch-buffer
1819

1920
- uses: rhysd/action-setup-vim@v1
2021

0 commit comments

Comments
 (0)