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.
name
uses
1 parent 6aef285 commit a371487Copy full SHA for a371487
.github/workflows/test.yaml
@@ -69,7 +69,7 @@ jobs:
69
git clone https://github.com/junegunn/vader.vim.git
70
popd
71
72
- - uses: Pre-pend custom Vim install location to `PATH` environment variable
+ - name: Pre-pend custom Vim install location to `PATH` environment variable
73
if: steps.cache-test-dependencies.outputs.cache-hit == 'true'
74
run: |
75
echo "$HOME/vim-${{ matrix.vim.version }}/bin:${{ env.PATH }}" >> $GITHUB_ENV
0 commit comments