mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-17 13:47:20 +00:00
chore: update action.yml (#1942)
This commit is contained in:
parent
5c1bceb76c
commit
a617853c0f
1 changed files with 2 additions and 2 deletions
|
@ -144,8 +144,8 @@ inputs:
|
||||||
default: "50"
|
default: "50"
|
||||||
skip_initial_fetch:
|
skip_initial_fetch:
|
||||||
description: |
|
description: |
|
||||||
Skip the initial fetch to improve performance for shallow repositories.
|
Skip initially fetching additional history to improve performance for shallow repositories.
|
||||||
NOTE: This could lead to errors with missing history and the intended use is limited to when you've fetched the history necessary to perform the diff.
|
NOTE: This could lead to errors with missing history. It's intended to be used when you've fetched all necessary history to perform the diff.
|
||||||
required: false
|
required: false
|
||||||
default: "false"
|
default: "false"
|
||||||
fetch_additional_submodule_history:
|
fetch_additional_submodule_history:
|
||||||
|
|
Loading…
Reference in a new issue