Skip to content

Commit 492ec38

Browse files
committed
Fix step description
1 parent 0cb72d8 commit 492ec38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/checkout-head/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ inputs:
2424
default: ${{ github.token }}
2525
required: false
2626
submodules:
27-
description: 'Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules'.
27+
description: >
28+
Whether to checkout submodules. `true` to checkout submodules or `recursive` to recursively checkout submodules
2829
default: 'false'
2930
required: 'false'
3031

0 commit comments

Comments
 (0)