0
0
mirror of https://github.com/thegeeklab/wp-git-clone.git synced 2024-06-02 08:19:42 +02:00

[skip ci] auto-update documentation

This commit is contained in:
thegeeklab-bot 2024-05-16 11:54:56 +00:00
parent 34a58d8220
commit 673b043059

View File

@ -28,9 +28,9 @@ properties:
defaultValue: 0
required: false
- name: insecure_skip_ssl_verify
- name: insecure_skip_verify
description: |
Skip SSL verification of the remote machine.
Skip SSL verification.
Activating this option is insecure and should be avoided in most cases.
type: bool
@ -44,6 +44,13 @@ properties:
defaultValue: true
required: false
- name: log_level
description: |
Plugin log level.
type: string
defaultValue: "info"
required: false
- name: partial
description: |
Enable/disable partial clone.
@ -112,13 +119,6 @@ properties:
defaultValue: true
required: false
- name: use_ssh
description: |
Using SSH for git clone.
type: bool
defaultValue: false
required: false
- name: workdir
description: |
Path to clone git repository.