Skip to content

Commit 3699fde

Browse files
Improve download message for JSON files
1 parent 8eb582d commit 3699fde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/__call-common-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
7777
for name in "${!files[@]}"; do
7878
if [ ! -f "${name}.json" ]; then
79-
echo "Downloading ${name}.json"
8079
url="${files[$name]}"
80+
echo "Downloading ${name}.json from ${url}"
8181
curl \
8282
-fsSL \
8383
--retry 3 \

0 commit comments

Comments
 (0)