Skip to content

Commit 30ab23e

Browse files
committed
Remove silent
1 parent b4c8255 commit 30ab23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
echo "Created temp directory: ${tmp_dir}"
4242
tmp_zip="${tmp_dir}/devbox.zip"
4343
echo "Downloading devbox from URL: $DEVBOX_USE_VERSION"
44-
curl --fail --silent --location --output "${tmp_zip}" "${DEVBOX_USE_VERSION}"
44+
curl --fail --location --output "${tmp_zip}" "${DEVBOX_USE_VERSION}"
4545
echo "Download complete, zip file size: $(ls -lh ${tmp_zip} | awk '{print $5}')"
4646
echo "Extracting zip file to ${tmp_dir}"
4747
unzip -q "${tmp_zip}" -d "${tmp_dir}"

0 commit comments

Comments
 (0)