From e001f20f745934353878c8b64a3078f5f8baedfc Mon Sep 17 00:00:00 2001 From: Juan Diego Palomino Date: Thu, 27 Jan 2022 17:02:21 -0800 Subject: [PATCH] Image should no longer be required --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 055cd28..52a3c09 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: "Magical Infrastructure and Deploys" inputs: image: description: "The local image being deployed, provided in the form :" - required: true + required: false env: description: "The name of your environment as defined in your runx config files" required: true