From 40c3ed3363a251423af6fcadb92f48581279437f Mon Sep 17 00:00:00 2001 From: Creighton Long Date: Fri, 10 Jan 2025 11:49:14 -0600 Subject: [PATCH] test paging --- action.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.js b/action.js index 67474fb..3b86020 100644 --- a/action.js +++ b/action.js @@ -98,7 +98,7 @@ async function latestTagForBranch(allTags, branch) { branch: ref(qualifiedName: "${branch}") { head: target { ... on Commit { - history(first: 100, after: $cursor) { + history(first: 2, after: $cursor) { commits: nodes { sha: oid }