mirror of https://github.com/actions/cache.git
Use local action
This commit is contained in:
parent
09852407d8
commit
73208b27ad
|
@ -35,7 +35,7 @@ jobs:
|
|||
run: |
|
||||
echo "::set-output name=dir::$(npm config get cache)"
|
||||
|
||||
- uses: actions/cache@v1
|
||||
- uses: ./
|
||||
with:
|
||||
path: ${{ steps.npm-cache.outputs.dir }}
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
|
|
Loading…
Reference in New Issue