Update proxy_urls description

This commit is contained in:
Michael B. Gale 2025-01-08 14:10:32 +00:00
parent 97aec69211
commit b25558b211
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F

View file

@ -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"