From 013d3634914b2b65f828d742295d00aef0bb34ae Mon Sep 17 00:00:00 2001 From: Techpro05 Date: Wed, 8 Jul 2026 02:25:52 -0400 Subject: [PATCH 1/2] chore: update description --- github-api-integration-module.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..6f3f4488 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -9,8 +9,8 @@ # Usage: # Please provide your github token and rest api to the script as input # -# -################################ +# +################################# if [ ${#@} -lt 2 ]; then echo "usage: $0 [your github token] [REST expression]" From 9d6ad3c0ecec8501d9d63baf3dd8d60472f1efc0 Mon Sep 17 00:00:00 2001 From: Techpro05 Date: Wed, 8 Jul 2026 02:35:12 -0400 Subject: [PATCH 2/2] chore:update version1 --- 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 6f3f4488..80f86a8b 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -7,7 +7,7 @@ # # This script will help users to communicate and retrieve information from GitHub # Usage: -# Please provide your github token and rest api to the script as input +# Please provide your github token and rest api to the script as input. # # #################################