Add more debug output: key-file, path input, and expanded path on restore
This commit is contained in:
+3
-1
@@ -31,9 +31,11 @@ runs:
|
|||||||
|
|
||||||
EXPANDED_PATH=$(eval echo "${{ inputs.path }}")
|
EXPANDED_PATH=$(eval echo "${{ inputs.path }}")
|
||||||
|
|
||||||
|
echo "Key file: ${{ inputs.key-file }}"
|
||||||
|
echo "Path input: ${{ inputs.path }}"
|
||||||
|
echo "Expanded path: ${EXPANDED_PATH}"
|
||||||
echo "Cache key: ${CACHE_KEY}"
|
echo "Cache key: ${CACHE_KEY}"
|
||||||
echo "Archive path: ${ARCHIVE}"
|
echo "Archive path: ${ARCHIVE}"
|
||||||
echo "Cache path: ${EXPANDED_PATH}"
|
|
||||||
|
|
||||||
if [ -f "$ARCHIVE" ]; then
|
if [ -f "$ARCHIVE" ]; then
|
||||||
echo "Cache hit: ${CACHE_KEY}"
|
echo "Cache hit: ${CACHE_KEY}"
|
||||||
|
|||||||
Reference in New Issue
Block a user