From abb197cc1031dc4c8e98217dfbe65f49a4027240 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 f1366bf..74f32fe 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,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