3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-17 03:47:20 +00:00

Updated get-changed-paths.sh

This commit is contained in:
Tonye Jack 2022-11-23 19:01:02 -07:00
parent 967c8a0609
commit 54b7c1b8d2

View file

@ -25,7 +25,6 @@ if [[ -n $INPUT_DIFF_RELATIVE ]]; then
fi
function get_dirname_max_depth() {
while IFS='' read -r line; do
local dir="$line"
local dirs=()