No URL Data for Non-interactive session
Skyluker4 opened this issue · 2 comments
Skyluker4 commented
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
I hit this bug also.
FAAAAT commented
+1