Skip to content

Commit a371487

Browse files
committed
🤦 Use name not uses for custom step
1 parent 6aef285 commit a371487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
git clone https://github.com/junegunn/vader.vim.git
7070
popd
7171
72-
- uses: Pre-pend custom Vim install location to `PATH` environment variable
72+
- name: Pre-pend custom Vim install location to `PATH` environment variable
7373
if: steps.cache-test-dependencies.outputs.cache-hit == 'true'
7474
run: |
7575
echo "$HOME/vim-${{ matrix.vim.version }}/bin:${{ env.PATH }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)