Skip to content

Commit 48305d8

Browse files
committed
chore: set GITHUB_PATH in env
1 parent 60fd7d2 commit 48305d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
env:
5555
VIMRUNTIME: /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
56-
GITHUB_PATH: luals/bin:${GITHUB_PATH}
56+
GITHUB_PATH: luals/bin:${{ github.path }}
5757

5858
steps:
5959
- name: checkout

0 commit comments

Comments
 (0)