From 6469b66b1032e0972bba4e73403e2388f3568a7f Mon Sep 17 00:00:00 2001 From: adinathphad <100014034+adinathphad@users.noreply.github.com> Date: Wed, 4 Mar 2026 20:46:54 +0530 Subject: [PATCH] Update github-api-integration-module.sh --- github-api-integration-module.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..80b48ea1 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -11,7 +11,7 @@ # # ################################ - +#Added description if [ ${#@} -lt 2 ]; then echo "usage: $0 [your github token] [REST expression]" exit 1; @@ -43,6 +43,7 @@ else for p in `seq 1 $last_page`; do rest_call "https://api.github.com${GITHUB_API_REST}?page=$p" done + fi cat $TMPFILE