mirror of
https://github.com/actions/cache.git
synced 2025-04-21 22:08:41 +00:00
Fix output name
This commit is contained in:
parent
58ed8eda3b
commit
f44e26587c
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ For npm, cache files are stored in `~/.npm` on Posix, or `%AppData%/npm-cache` o
|
|||
echo "::set-output name=dir::$(npm config get cache)"
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ${{ steps.composer-cache.outputs.dir }}
|
||||
path: ${{ steps.npm-cache.outputs.dir }}
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
|
|
Loading…
Add table
Reference in a new issue