0
1
mirror of https://github.com/actions/checkout synced 2024-06-01 18:38:03 +02:00

Explain submodules option

Explain that submodules have several settings: `false`, `true` or `recursive`.
This commit is contained in:
Edward Thomson 2019-09-28 18:28:25 +01:00 committed by GitHub
parent 94d077c249
commit 89e574e534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ inputs:
description: 'If true, execute `execute git clean -ffdx && git reset --hard HEAD` before fetching'
default: true
submodules:
description: 'Whether to recursively clone submodules; defaults to false'
description: 'Whether to include submodules: false to exclude submodules, true to include only one level of submodules, or recursive to recursively clone submodules; defaults to false'
lfs:
description: 'Whether to download Git-LFS files; defaults to false'
fetch-depth: