We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fd7d2 commit 48305d8Copy full SHA for 48305d8
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
54
env:
55
VIMRUNTIME: /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
56
- GITHUB_PATH: luals/bin:${GITHUB_PATH}
+ GITHUB_PATH: luals/bin:${{ github.path }}
57
58
steps:
59
- name: checkout
0 commit comments