Skip to content

Commit

Permalink
test paging
Browse files Browse the repository at this point in the history
  • Loading branch information
clong- committed Jan 10, 2025
1 parent cac6e8a commit 2f199db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 2f199db

Please sign in to comment.