mirror of
https://github.com/imranismail/setup-kustomize.git
synced 2026-06-30 09:11:16 +00:00
Increase per page limit to 100 (#278)
* Increase per page limit to 100 * Add build
This commit is contained in:
@@ -91,7 +91,8 @@ async function getMaxSatisfyingVersion(
|
||||
octokit.repos.listReleases,
|
||||
{
|
||||
owner: 'kubernetes-sigs',
|
||||
repo: 'kustomize'
|
||||
repo: 'kustomize',
|
||||
per_page: 100
|
||||
}
|
||||
)) {
|
||||
for (const release of response.data) {
|
||||
|
||||
Reference in New Issue
Block a user