mirror of
https://github.com/thegeeklab/wp-git-clone.git
synced 2024-11-14 19:30:40 +00:00
[skip ci] auto-update documentation
This commit is contained in:
parent
34a58d8220
commit
673b043059
@ -28,9 +28,9 @@ properties:
|
|||||||
defaultValue: 0
|
defaultValue: 0
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- name: insecure_skip_ssl_verify
|
- name: insecure_skip_verify
|
||||||
description: |
|
description: |
|
||||||
Skip SSL verification of the remote machine.
|
Skip SSL verification.
|
||||||
|
|
||||||
Activating this option is insecure and should be avoided in most cases.
|
Activating this option is insecure and should be avoided in most cases.
|
||||||
type: bool
|
type: bool
|
||||||
@ -44,6 +44,13 @@ properties:
|
|||||||
defaultValue: true
|
defaultValue: true
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
- name: log_level
|
||||||
|
description: |
|
||||||
|
Plugin log level.
|
||||||
|
type: string
|
||||||
|
defaultValue: "info"
|
||||||
|
required: false
|
||||||
|
|
||||||
- name: partial
|
- name: partial
|
||||||
description: |
|
description: |
|
||||||
Enable/disable partial clone.
|
Enable/disable partial clone.
|
||||||
@ -112,13 +119,6 @@ properties:
|
|||||||
defaultValue: true
|
defaultValue: true
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- name: use_ssh
|
|
||||||
description: |
|
|
||||||
Using SSH for git clone.
|
|
||||||
type: bool
|
|
||||||
defaultValue: false
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- name: workdir
|
- name: workdir
|
||||||
description: |
|
description: |
|
||||||
Path to clone git repository.
|
Path to clone git repository.
|
||||||
|
Loading…
Reference in New Issue
Block a user