From 0805ec05533ddf3095f93b6844e8065312b7c495 Mon Sep 17 00:00:00 2001 From: actions-user Date: Wed, 14 Jun 2023 03:15:12 +0000 Subject: [PATCH] chore: docs auto-update --- www/docs/static/schema.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index 81ac0e64a..617bb1ade 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -1124,6 +1124,9 @@ "tap": { "$ref": "#/$defs/RepoRef" }, + "repository": { + "$ref": "#/$defs/RepoRef" + }, "commit_author": { "$ref": "#/$defs/CommitAuthor" }, @@ -1399,6 +1402,9 @@ "index": { "$ref": "#/$defs/RepoRef" }, + "repository": { + "$ref": "#/$defs/RepoRef" + }, "commit_author": { "$ref": "#/$defs/CommitAuthor" }, @@ -2549,6 +2555,9 @@ "bucket": { "$ref": "#/$defs/RepoRef" }, + "repository": { + "$ref": "#/$defs/RepoRef" + }, "folder": { "type": "string" },