From ec3605fd36d55edaafd491ef281b61a53d9e24e2 Mon Sep 17 00:00:00 2001 From: kundan0290 Date: Tue, 24 Feb 2026 23:14:46 +0530 Subject: [PATCH] Update github-api-integration-module.sh --- github-api-integration-module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..cda430a0 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -42,7 +42,7 @@ else # yes - this result is on multiple pages for p in `seq 1 $last_page`; do rest_call "https://api.github.com${GITHUB_API_REST}?page=$p" - done + do fi cat $TMPFILE