Adding it

This commit is contained in:
Lucas Gravley 2019-12-03 14:00:38 -06:00
parent c86c422f83
commit 90502fda22

View file

@ -2025,6 +2025,11 @@ BuildFileList()
exit 1 exit 1
fi fi
#########
# Print #
#########
echo "Generating Diff with:[git diff --name-only 'master..$GITHUB_SHA' --diff-filter=d]"
################################################ ################################################
# Get the Array of files changed in the comits # # Get the Array of files changed in the comits #
################################################ ################################################