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

@ -30,6 +30,11 @@ inputs:
lfs:
description: 'Whether to download Git-LFS files'
default: false
submodules:
description: >
Whether to checkout submodules: `true` to checkout submodules or `recursive` to
recursively checkout submodules.
default: false
runs:
using: node12
main: dist/index.js