Add more debug output: key-file, path input, and expanded path on restore

This commit is contained in:
2026-05-22 02:16:56 +08:00
parent 2d57ace5e4
commit 2d128b5303
+3 -1
View File
@@ -31,9 +31,11 @@ runs:
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 "Archive path: ${ARCHIVE}"
echo "Cache path: ${EXPANDED_PATH}"
if [ -f "$ARCHIVE" ]; then
echo "Cache hit: ${CACHE_KEY}"