From 53bed0742eb3f0455187c7c7042d27f51b856f02 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 13 Aug 2019 20:44:07 +0100 Subject: [PATCH] Submodule documentation improvements (#4) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 15f9a0e..8dc709c 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: 'Directory containing files to upload' + description: 'Whether to recursively clone submodules; defaults to false' lfs: description: 'Whether to download Git-LFS files; defaults to false' fetch-depth: