Remove unused line (#75)
This commit is contained in:
parent
49e4a65bc2
commit
51d97e3330
@ -116,8 +116,6 @@ runs:
|
||||
ALL_MODIFIED_FILES_ARRAY+=("$(git diff --diff-filter="ACM" --name-only "$HEAD_SHA" | grep -E "(${path})" | xargs || true)")
|
||||
done
|
||||
|
||||
IFS=$INPUT_SEPARATOR
|
||||
|
||||
ADDED=$(echo "${ADDED_ARRAY[*]}" | sed 's/ */'"$INPUT_SEPARATOR"'/g')
|
||||
COPIED=$(echo "${COPIED_ARRAY[*]}" | sed 's/ */'"$INPUT_SEPARATOR"'/g')
|
||||
DELETED=$(echo "${DELETED_ARRAY[*]}" | sed 's/ */'"$INPUT_SEPARATOR"'/g')
|
||||
|
Loading…
x
Reference in New Issue
Block a user