fix logic hole

This commit is contained in:
Lucas Gravley 2020-08-19 14:14:41 -05:00
parent 5970f28f6b
commit 54abac63b3

View file

@ -1004,7 +1004,7 @@ CallStatusAPI() {
##########################################################
# Check to see if were enabled for multi Status mesaages #
##########################################################
if [ "${MULTI_STATUS}" == "true" ]; then
if [ "${MULTI_STATUS}" == "true" ] && [ -n ${GITHUB_TOKEN} ] && [ -n ${GITHUB_REPOSITORY} ]; then
##############################################
# Call the status API to create status check #
##############################################