We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c8255 commit 30ab23eCopy full SHA for 30ab23e
action.yml
@@ -41,7 +41,7 @@ runs:
41
echo "Created temp directory: ${tmp_dir}"
42
tmp_zip="${tmp_dir}/devbox.zip"
43
echo "Downloading devbox from URL: $DEVBOX_USE_VERSION"
44
- curl --fail --silent --location --output "${tmp_zip}" "${DEVBOX_USE_VERSION}"
+ curl --fail --location --output "${tmp_zip}" "${DEVBOX_USE_VERSION}"
45
echo "Download complete, zip file size: $(ls -lh ${tmp_zip} | awk '{print $5}')"
46
echo "Extracting zip file to ${tmp_dir}"
47
unzip -q "${tmp_zip}" -d "${tmp_dir}"
0 commit comments