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"