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