Skip to content

Commit 7992e39

Browse files
committed
ci: describe parameters
1 parent cbf2ee3 commit 7992e39

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • .github/actions/checkout-and-install-node

.github/actions/checkout-and-install-node/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ inputs:
55
description: 'Whether to configure the token or SSH key with the local git config'
66
required: false
77
default: 'true'
8+
submodules:
9+
description: 'Whether to checkout submodules along with specified repo'
10+
required: false
11+
default: 'false'
812
runs:
913
using: 'composite'
1014
steps:

0 commit comments

Comments
 (0)