mirror of
https://github.com/actions/checkout.git
synced 2025-04-03 15:00:06 +02:00
Update documentation for the submodules
input
The undocumented `recursive` option was found in https://github.com/actions/checkout/issues/34#issuecomment-529591808
This commit is contained in:
parent
94d077c249
commit
77c58eb58f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ inputs:
|
||||||
description: 'If true, execute `execute git clean -ffdx && git reset --hard HEAD` before fetching'
|
description: 'If true, execute `execute git clean -ffdx && git reset --hard HEAD` before fetching'
|
||||||
default: true
|
default: true
|
||||||
submodules:
|
submodules:
|
||||||
description: 'Whether to recursively clone submodules; defaults to false'
|
description: 'Whether to clone submodules; defaults to false. To clone submodules, use `true`; to clone recursively, use `recursive`.'
|
||||||
lfs:
|
lfs:
|
||||||
description: 'Whether to download Git-LFS files; defaults to false'
|
description: 'Whether to download Git-LFS files; defaults to false'
|
||||||
fetch-depth:
|
fetch-depth:
|
||||||
|
|
Loading…
Add table
Reference in a new issue