Skip to content

Commit 40d83c5

Browse files
committed
Get up to 100 cache entries
1 parent 30ff803 commit 40d83c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ export async function listCacheEntries(token: string): Promise<CacheEntry[]> {
156156
// List cache entries
157157
const response = await octokit.request('GET /repos/{owner}/{repo}/actions/caches', {
158158
owner,
159-
repo
159+
repo,
160+
per_page: 100
160161
});
161162

162163
// Extract and return the cache entries

0 commit comments

Comments
 (0)