From 612f5cef874991586b190d61a18bc7ccbf083b69 Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 19 Jan 2023 19:07:49 +0100 Subject: [PATCH] new units cache strategy --- .github/actions/download-cache-and-artifacts/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/download-cache-and-artifacts/action.yml b/.github/actions/download-cache-and-artifacts/action.yml index 93c1eafd83..2945099bcd 100644 --- a/.github/actions/download-cache-and-artifacts/action.yml +++ b/.github/actions/download-cache-and-artifacts/action.yml @@ -37,6 +37,7 @@ runs: REMOTE_PATH: "alfresco-ng2-components/build-cache/${{ hashFiles('**/package-lock.json') }}" run: | echo using hashfile '${{ hashFiles("**/package-lock.json") }}' + echo remote path $REMOTE_PATH if [ -n "${{ inputs.cache-key-suffix }}" ]; then REMOTE_PATH="${REMOTE_PATH}-${{ inputs.cache-key-suffix }}" fi