print package lock

This commit is contained in:
Marco Carrozzo
2023-01-20 13:58:00 +01:00
parent 79bff257e5
commit fe9dd5af34
@@ -33,6 +33,7 @@ runs:
- name: download and extract persistent cache artifacts from s3
shell: bash
run: |
HASH=$(cat $GITHUB_WORKSPACE/package-lock.json | shasum | head -c 40)
REMOTE_PATH="adf/build-cache/${HASH}"
if [ -n "${{ inputs.cache-key-suffix }}" ]; then