adding more code

This commit is contained in:
Lucas Gravley 2019-10-25 14:25:31 -05:00
parent a9be7d5520
commit ffd73a80a5

View file

@ -1711,7 +1711,8 @@ BuildFileList()
################################################
# Get the Array of files changed in the comits #
################################################
RAW_FILE_ARRAY=($(cd "$GITHUB_WORKSPACE" || exit; git diff --name-only master..$GITHUB_SHA 2>&1))
# shellcheck disable=SC2207
RAW_FILE_ARRAY=($(cd "$GITHUB_WORKSPACE" || exit; git diff --name-only "master..$GITHUB_SHA" 2>&1))
#######################
# Load the error code #