From c7f4bec74af1704b7366d78dbaa72d2766d6f628 Mon Sep 17 00:00:00 2001 From: Jikun <36817715+cjk7989@users.noreply.github.com> Date: Thu, 12 Oct 2023 23:46:46 +0800 Subject: [PATCH] Update action.yml, add verbose --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 91871b0..3022108 100644 --- a/action.yml +++ b/action.yml @@ -55,6 +55,9 @@ inputs: data_api_location: description: "Directory location of the Data API configuration files" required: false + verbose: + description: "Enables verbose logging" + required: false outputs: static_web_app_url: description: "Url of the application"