From 3fa464bfb51e779caf8adcd7f105dcbfcb9ec1f9 Mon Sep 17 00:00:00 2001 From: actions-user Date: Fri, 7 Jan 2022 01:12:42 +0000 Subject: [PATCH] docs: update --- www/docs/static/schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index 6ceadd2b4..8b4085f3d 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -702,6 +702,9 @@ }, "skip_tls_verify": { "type": "boolean" + }, + "use_package_registry": { + "type": "boolean" } }, "additionalProperties": false,