From b25558b211a0e7b1147c19fee601e885606bb97f Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Wed, 8 Jan 2025 14:10:32 +0000 Subject: [PATCH] Update `proxy_urls` description --- start-proxy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-proxy/action.yml b/start-proxy/action.yml index 2cd800b096..2bcce1d9e6 100644 --- a/start-proxy/action.yml +++ b/start-proxy/action.yml @@ -24,7 +24,7 @@ outputs: proxy_ca_certificate: description: The proxy's internal CA certificate in PEM format proxy_urls: - description: The URLs of the configured registries, as a JSON array. + description: A stringified JSON array of objects containing the types and URLs of the configured registries. runs: using: node20 main: "../lib/start-proxy-action.js"