add support for submodules

This commit is contained in:
eric sciple 2020-02-21 12:29:31 -05:00
parent f219062370
commit 3577377a74
17 changed files with 915 additions and 220 deletions

View file

@ -70,6 +70,11 @@ 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.
# Default: false
submodules: ''
```
<!-- end usage -->