mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-06 23:50:50 +00:00
Updated get-changed-paths.sh
This commit is contained in:
parent
967c8a0609
commit
54b7c1b8d2
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ if [[ -n $INPUT_DIFF_RELATIVE ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function get_dirname_max_depth() {
|
function get_dirname_max_depth() {
|
||||||
|
|
||||||
while IFS='' read -r line; do
|
while IFS='' read -r line; do
|
||||||
local dir="$line"
|
local dir="$line"
|
||||||
local dirs=()
|
local dirs=()
|
||||||
|
|
Loading…
Reference in a new issue