diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..cb344375 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -1,7 +1,7 @@ #!/bin/bash ################################ -# Author: Abhishek -# Version: v1 +# Author: Vishal Sahu +# Version: v2 # # # @@ -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