We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c52051 commit e265fc4Copy full SHA for e265fc4
.github/workflows/download-cache.yml
@@ -79,7 +79,7 @@ jobs:
79
local new_name="${target}${ext}"
80
cp -- "$src_file" "$new_name"
81
mv "$new_name" "$destination_dir"/
82
- echo "Renamed: $src_file -> "$destination_dir"/"$new_name"
+ echo "Renamed: $src_file -> $destination_dir/$new_name"
83
}
84
mkdir downloads-mirror-${{ matrix.source }}
85
SOURCE_TYPE=$(cat downloads/.lock.json | jq -M -c -r '."${{ matrix.source }}".source_type')
0 commit comments