0
0
mirror of https://github.com/thegeeklab/wp-git-action.git synced 2024-11-25 09:00:40 +00:00

[skip ci] auto-update documentation

This commit is contained in:
thegeeklab-bot 2023-12-23 23:24:17 +00:00
parent 40ad5ab2bf
commit f1da831374

View File

@ -68,9 +68,11 @@ properties:
defaultvalue: false defaultvalue: false
type: bool type: bool
- name: insecure_ssl_verify - name: insecure_skip_ssl_verify
description: Configure git SSL verification of the remote machine. description: |
defaultvalue: false Skip SSL verification of the remote machine. Activating this option is insecure
and should be avoided in most cases.
defaultvalue: true
type: bool type: bool
- name: empty_commit - name: empty_commit