From df1b300a5591b63ca9916fa4f3fa49db223e4136 Mon Sep 17 00:00:00 2001 From: "AzureAD\\PravinMore" Date: Wed, 25 Mar 2026 15:16:58 +0530 Subject: [PATCH 1/2] Pravin Update --- 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..90df8d8c 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -9,7 +9,7 @@ # Usage: # Please provide your github token and rest api to the script as input # -# +# Pravin Update ################################ if [ ${#@} -lt 2 ]; then From e9201c561b4be0e0f8e7857e858792518de0d1e5 Mon Sep 17 00:00:00 2001 From: "AzureAD\\PravinMore" Date: Fri, 27 Mar 2026 14:58:22 +0530 Subject: [PATCH 2/2] new --- github-api-integration-module.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index 90df8d8c..a0ba8f1f 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -20,6 +20,8 @@ fi GITHUB_TOKEN=$1 GITHUB_API_REST=$2 +echo "new Branch" + GITHUB_API_HEADER_ACCEPT="Accept: application/vnd.github.v3+json" temp=`basename $0`