Skip to content

Commit

Permalink
fix: base dir in build user config
Browse files Browse the repository at this point in the history
  • Loading branch information
senz committed Feb 26, 2024
1 parent b25ee1e commit a6de15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-user-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
node-version: 20.11.1
cache: npm
cache-dependency-path: ${{ env.base }}/package-lock.json
cache-dependency-path: ${{ env.base_dir }}/package-lock.json

- name: Checkout Cheatsheet
uses: actions/checkout@v4
Expand Down

0 comments on commit a6de15a

Please sign in to comment.