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.
1 parent 5f66eec commit 5e8d2aaCopy full SHA for 5e8d2aa
.github/workflows/update_lockfile.yml
@@ -28,6 +28,7 @@ jobs:
28
if: ${{ steps.check_lockfile.outputs.files_exists == 'true' }}
29
timeout-minutes: 5
30
run: |
31
+ export XDG_CACHE_HOME="$HOME"/.cache
32
./scripts/update_lockfile.sh
33
nvim --headless "+Lazy! update" +qa
34
cp -pv "${HOME}/.config/nvim/lazy-lock.json" .
0 commit comments