Merge pull request #10 from github/fixRemoved

removing deleted files
This commit is contained in:
Lukas Gravley 2019-10-29 08:59:24 -05:00 committed by GitHub
commit fd878c26b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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