From 8bf9363ef428996077ce57d37c94f40090c61b77 Mon Sep 17 00:00:00 2001 From: thegeeklab-bot Date: Thu, 16 May 2024 11:54:45 +0000 Subject: [PATCH] [skip ci] auto-update documentation --- data/data.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/data/data.yaml b/data/data.yaml index 09e47e7..76ad48b 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -15,6 +15,13 @@ properties: defaultValue: "https://api.github.com/" required: false + - name: insecure_skip_verify + description: | + Skip SSL verification. + type: bool + defaultValue: false + required: false + - name: key description: | Unique identifier to assign to a comment. @@ -23,6 +30,13 @@ properties: type: string required: false + - name: log_level + description: | + Plugin log level. + type: string + defaultValue: "info" + required: false + - name: message description: | Path to file or string that contains the comment text.