From 1c99e3b57578d8146009952e79f2cf0b96797048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20R=C3=BCckl?= Date: Tue, 24 Mar 2020 17:14:04 +0100 Subject: [PATCH] Remove submodules from readme submodules are no longer supported in checkout v2 --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 646065d..bbbeeca 100644 --- a/README.md +++ b/README.md @@ -96,15 +96,6 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous # Whether to download Git-LFS files # Default: false lfs: '' - - # Whether to checkout submodules: `true` to checkout submodules or `recursive` to - # recursively checkout submodules. - # - # When the `ssh-key` input is not provided, SSH URLs beginning with - # `git@github.com:` are converted to HTTPS. - # - # Default: false - submodules: '' ```