mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 13:47:20 +00:00
chore: increase the default max_fetch_depth
This commit is contained in:
parent
786dd821bc
commit
8cfc822887
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ inputs:
|
|||
max_fetch_depth:
|
||||
description: "Max limit for fetching branch history. **NOTE**: This can be adjusted to resolve errors with insufficient history."
|
||||
required: false
|
||||
default: "120"
|
||||
default: "140"
|
||||
|
||||
outputs:
|
||||
added_files:
|
||||
|
|
Loading…
Reference in a new issue