Closed emilylange closed 1 month ago
What is the purpose of "?filter=fraction>=0.5" ? For me it serves exactly identical output with or without this query string.
@joopbraak this allows us to ignore early stable releases, see #2508
Ah, ok, thanks.
This workflow stated consistently failing roughly one week ago. Unfortunately the Workflow on GitHub has no error logs besides
which isn't particularly helpful.
The issue can, however, be reproduced by simply copying parts of the workflow into a local bash script and executing that.
As it turns out, the issue lays in
?filter=fraction>=0.5
when usingcurl
due to missing url encoding.vs