From 77c58eb58ffc058c08cc3da7cdbdc316895ab8f9 Mon Sep 17 00:00:00 2001 From: Matt Rubin <mattrubin@users.noreply.github.com> Date: Sun, 22 Sep 2019 14:32:52 -0700 Subject: [PATCH] Update documentation for the `submodules` input The undocumented `recursive` option was found in https://github.com/actions/checkout/issues/34#issuecomment-529591808 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a7c2dc5..b7f8f51 100644 --- a/action.yml +++ b/action.yml @@ -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 clone submodules; defaults to false. To clone submodules, use `true`; to clone recursively, use `recursive`.' lfs: description: 'Whether to download Git-LFS files; defaults to false' fetch-depth: