mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-16 19:27:39 +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
|
||||
|
||||
function get_dirname_max_depth() {
|
||||
local dir="$1"
|
||||
local dir="$@"
|
||||
|
||||
local dirs=()
|
||||
IFS='/' read -ra dirs <<< "$dir"
|
||||
|
|
Loading…
Reference in a new issue