From 6c7b94066a2d6b8610fa68d93c5d44ba3e9feaa5 Mon Sep 17 00:00:00 2001 From: Vishal Sahu Date: Sun, 1 Mar 2026 23:13:11 +0530 Subject: [PATCH] Added Changes is the script --- github-api-integration-module.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..49f3de65 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -1,6 +1,6 @@ #!/bin/bash ################################ -# Author: Abhishek +# Author: Vishal Sahu # Version: v1 # # @@ -17,6 +17,8 @@ if [ ${#@} -lt 2 ]; then exit 1; fi +echo "Hi this is Vishal Contrubution For this Script." + GITHUB_TOKEN=$1 GITHUB_API_REST=$2