From 42192a1cbb3671051e975c6b25d1c6b123fe26f9 Mon Sep 17 00:00:00 2001 From: Ricky Gupta Date: Wed, 27 May 2026 09:14:16 +0530 Subject: [PATCH 1/3] First Commit --- 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..da439c10 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -5,7 +5,7 @@ # # # -# This script will help users to communicate and retrieve information from GitHub +# This is my script # Usage: # Please provide your github token and rest api to the script as input # From b48dac989cda065f29a669e14cfcd8428a4466cd Mon Sep 17 00:00:00 2001 From: Ricky-Gupta03 <61554414+Ricky-Gupta03@users.noreply.github.com> Date: Wed, 27 May 2026 23:42:53 +0530 Subject: [PATCH 2/3] Second Commit --- 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 da439c10..4d46e764 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -1,7 +1,7 @@ #!/bin/bash ################################ -# Author: Abhishek -# Version: v1 +# Author: Ricky +# Version: v2 # # # From 927256e7b6daa36e2d4bb6c38aec9b1865a8f3a0 Mon Sep 17 00:00:00 2001 From: Ricky Gupta Date: Thu, 28 May 2026 00:06:55 +0530 Subject: [PATCH 3/3] Third Commit --- 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 4d46e764..2b197032 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -13,7 +13,7 @@ ################################ if [ ${#@} -lt 2 ]; then - echo "usage: $0 [your github token] [REST expression]" + echo "usage: $0 [my github token] [REST expression]" exit 1; fi