Update action specs for new entry points

This commit is contained in:
Michael B. Gale
2026-05-14 14:47:23 +01:00
parent 237b03b3c3
commit f0489abddd
7 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -30,5 +30,5 @@ outputs:
description: A stringified JSON array of objects containing the types and URLs of the configured registries.
runs:
using: node24
main: "../lib/start-proxy-action.js"
post: "../lib/start-proxy-action-post.js"
main: "../lib/start-proxy-entry.js"
post: "../lib/start-proxy-post-entry.js"