new units cache strategy

This commit is contained in:
Marco Carrozzo
2023-01-19 19:05:41 +01:00
parent f024f193ff
commit 7a87138c75
@@ -36,7 +36,7 @@ runs:
env:
REMOTE_PATH: "alfresco-ng2-components/build-cache/${{ hashFiles('**/package-lock.json') }}"
run: |
echo "using hashfile '${{ hashFiles(**/package-lock.json) }}'"
echo using hashfile '${{ hashFiles("**/package-lock.json") }}'
if [ -n "${{ inputs.cache-key-suffix }}" ]; then
REMOTE_PATH="${REMOTE_PATH}-${{ inputs.cache-key-suffix }}"
fi