Describe the bug
The get command only lists the first 100 assets.
This seems a duplicate of issue 133. It should have been fixed by PR 134, but I think there is a bug in the PR.
There is this break statement which causes the loop to always execute just once instead of iterating over multiple pages, I think it should be removed.
Reproduction steps
- Use the github-release-resource for a github repo with many assets, for example https://github.com/openbao/openbao/releases, where they have 435 assets.
Expected behavior
I expect the resource to show all assets.
Additional context
No response
Describe the bug
The get command only lists the first 100 assets.
This seems a duplicate of issue 133. It should have been fixed by PR 134, but I think there is a bug in the PR.
There is this break statement which causes the loop to always execute just once instead of iterating over multiple pages, I think it should be removed.
Reproduction steps
Expected behavior
I expect the resource to show all assets.
Additional context
No response