This commit is contained in:
Lucas Gravley 2019-10-28 08:43:57 -05:00
parent 40e60c3d53
commit b9c3a16631

View file

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