From b01f6ec14a2bbd84a7b087d251401b7577135294 Mon Sep 17 00:00:00 2001 From: actions-user Date: Sun, 30 Apr 2023 13:19:58 +0000 Subject: [PATCH] chore: docs auto-update --- www/docs/static/schema.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index 8f88188aa..c08aee52f 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -1066,6 +1066,21 @@ "additionalProperties": false, "type": "object" }, + "GitRepoRef": { + "properties": { + "url": { + "type": "string" + }, + "ssh_command": { + "type": "string" + }, + "private_key": { + "type": "string" + } + }, + "additionalProperties": false, + "type": "object" + }, "GiteaURLs": { "properties": { "api": { @@ -2349,6 +2364,9 @@ "branch": { "type": "string" }, + "git": { + "$ref": "#/$defs/GitRepoRef" + }, "pull_request": { "$ref": "#/$defs/PullRequest" }