From 6cb53bc24b9473d40fd40858928c21913397ee4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Sat, 16 Nov 2024 12:18:21 +0100 Subject: [PATCH] docs: explain registries --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e30f2d2..eb56910 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ inputs: description: "The scope for authenticating with the package registry." registries: required: false - description: "An object of package registries mapped by scope for authenticating with the package registry." + description: "An list of package registries for authenticating with the package registry." no-cache: required: false type: boolean