diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..a0ba8f1f 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 @@ -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`