Merge pull request #20 from github/addit

adding more
This commit is contained in:
Lukas Gravley 2019-12-03 14:09:56 -06:00 committed by GitHub
commit 71f61ef2f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2029,7 +2029,7 @@ BuildFileList()
# Print # # Print #
######### #########
echo "Generating Diff with:[git diff --name-only 'master..$GITHUB_SHA' --diff-filter=d]" 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 #
################################################ ################################################
@ -2054,8 +2054,14 @@ BuildFileList()
################################################# #################################################
# Itterate through the array of all files found # # Itterate through the array of all files found #
################################################# #################################################
echo "Files that have been modified in the commit(s):"
for FILE in "${RAW_FILE_ARRAY[@]}" for FILE in "${RAW_FILE_ARRAY[@]}"
do do
##############
# Print file #
##############
echo "File:[$FILE]"
########################### ###########################
# Get the files extension # # Get the files extension #
########################### ###########################