redhat-actions / openshift-tools-installer

Download, install and cache OpenShift binaries into your GitHub Actions runners.
https://github.com/marketplace/actions/openshift-tools-installer
MIT License
22 stars 21 forks source link

Should print URLs for tools download from GitHub #45

Closed tetchel closed 2 years ago

tetchel commented 2 years ago

When downloading from the mirror, the directory and file URLs are printed.

image

But from GitHub, they are not.

image

They should be printed so the user can easily go from the logs to see where the tools are coming from. This also eases debugging eg. so you can click into the releases page to see why the release requested was not found.

divyansh42 commented 2 years ago

@tetchel Download URL is printed in the case of GitHub too. https://github.com/redhat-actions/openshift-tools-installer/runs/3295833692?check_suite_focus=true#step:3:71 The screenshot that you attached is the case of downloading from the cache that's why the download URL is not printed there.