diff --git a/lib/linter.sh b/lib/linter.sh index 75472c5e..ee403e3e 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -654,6 +654,8 @@ CallStatusAPI() { debug "URL: ${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/statuses/${GITHUB_SHA}" + GITHUB_DOMAIN=$(echo $GITHUB_DOMAIN | sed 's~http[s]*://~~g') + ############################################## # Call the status API to create status check # ##############################################