source it

This commit is contained in:
Lucas Gravley 2020-08-06 13:32:23 -05:00
parent b601d7057b
commit 4f7a869dc7

View file

@ -9,6 +9,9 @@
########### ###########
GITHUB_WORKSPACE="${GITHUB_WORKSPACE}" # GitHub Workspace GITHUB_WORKSPACE="${GITHUB_WORKSPACE}" # GitHub Workspace
# shellcheck source=/dev/null
source "${GITHUB_WORKSPACE}/lib/log.sh" # Source the function script(s)
################################################################################ ################################################################################
############################ FUNCTIONS BELOW ################################### ############################ FUNCTIONS BELOW ###################################
################################################################################ ################################################################################