mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-17 19:17:45 +00:00
Update get-changed-paths.sh
This commit is contained in:
parent
3d46931839
commit
63f38f9f41
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ function get_dirname_max_depth() {
|
|||
local depth="2"
|
||||
|
||||
while [ "$depth" -le "$max_depth" ]; do
|
||||
current_dir="${dirs[2]}"
|
||||
output="$output/${dirs[${depth}]}"
|
||||
depth=$((depth + 1))
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue