From e6cbf9f5202f33d5736989ea430878b41b4b1061 Mon Sep 17 00:00:00 2001 From: James Wallis Date: Mon, 11 Apr 2022 13:09:52 +0100 Subject: [PATCH] chore: update action.yml (#18) --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index f9988e7..4c52b9b 100644 --- a/action.yml +++ b/action.yml @@ -29,6 +29,9 @@ inputs: object_registry_url: required: false description: 'URL for an Object Registry' + additional_urls: + required: false + description: 'A JSON object containing additional URLs to add' runs: using: 'node12' main: 'dist/index.js'