From ec0100c13ebe1c0ede2e5b199ddd2afc09e4aa4f Mon Sep 17 00:00:00 2001 From: i-am-vibin-antony Date: Thu, 26 Mar 2026 06:29:10 +0000 Subject: [PATCH] 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..566ae16a 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -1,5 +1,5 @@ #!/bin/bash -################################ +################################## # Author: Abhishek # Version: v1 # @@ -10,7 +10,7 @@ # 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]"