mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 14:29:23 +00:00
Add string[] option to submodules
Allows checking out only specific submodules instead of all
This commit is contained in:
committed by
Marcus Tillmanns
parent
9a9194f871
commit
b6625bb44a
@@ -116,6 +116,10 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
||||
# Default: false
|
||||
submodules: ''
|
||||
|
||||
# A list of submodules to use when `submodules` is `true`.
|
||||
# Default: null
|
||||
submodule-directories: ''
|
||||
|
||||
# Add repository path as safe.directory for Git global config by running `git
|
||||
# config --global --add safe.directory <path>`
|
||||
# Default: true
|
||||
|
||||
Reference in New Issue
Block a user