Skip to content

Commit

Permalink
Explain submodules option (#48)
Browse files Browse the repository at this point in the history
Explain that submodules have several settings: `false`, `true` or `recursive`.
  • Loading branch information
Edward Thomson authored and TingluoHuang committed Oct 3, 2019
1 parent 94d077c commit f6ce2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f6ce2af

Please sign in to comment.