mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 13:47:20 +00:00
Updated arguments
This commit is contained in:
parent
32c707316b
commit
0951b64836
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if [[ -n $INPUT_DIFF_RELATIVE ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function get_dirname_max_depth() {
|
function get_dirname_max_depth() {
|
||||||
local dir="$1"
|
local dir="$@"
|
||||||
|
|
||||||
local dirs=()
|
local dirs=()
|
||||||
IFS='/' read -ra dirs <<< "$dir"
|
IFS='/' read -ra dirs <<< "$dir"
|
||||||
|
|
Loading…
Reference in a new issue