From f6ce2afa7079cb075a124c93c79d61779d845782 Mon Sep 17 00:00:00 2001
From: Edward Thomson <ethomson@github.com>
Date: Thu, 3 Oct 2019 15:13:19 +0200
Subject: [PATCH] Explain submodules option (#48)

Explain that submodules have several settings: `false`, `true` or `recursive`.
---
 action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index a7c2dc5..2b080c8 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 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: