From 78c33656d2d8fa819660fa1c55b4e64167d5669e Mon Sep 17 00:00:00 2001 From: devops-gaurav Date: Tue, 13 Jan 2026 12:18:01 +0530 Subject: [PATCH] added example line to learn fork --- 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..73f0ba86 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -11,7 +11,7 @@ # # ################################ - +#################################Added by Gaurav################### if [ ${#@} -lt 2 ]; then echo "usage: $0 [your github token] [REST expression]" exit 1;