tanaikech / goodls

This is a CLI tool to download shared files and folders from Google Drive.
MIT License
445 stars 42 forks source link

No URL Data for Non-interactive session #26

Open Skyluker4 opened 3 years ago

Skyluker4 commented 3 years ago

When running goodls from GitHub actions, it runs in a non-interactive terminal. When the URL parameter is passed to the goodls in a GitHub Workflow, it is ignored and instead reads from STDIN. It displays the error "No URL data. Please check help". For now, I just have a workaround where it echoes the URL and pipes it through to goodls, but that is not ideal. It is the check on line 340 of goodls.go that is causing the error.

Troyhy commented 1 year ago

I hit this bug also.

FAAAAT commented 1 month ago

+1