From 0067705b68709b27d64db4fa29d5e77f14c06411 Mon Sep 17 00:00:00 2001 From: Noel Miller Date: Tue, 5 Mar 2024 16:49:32 -0600 Subject: [PATCH] fix: added default --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 49c4a28..c23a3f6 100644 --- a/action.yml +++ b/action.yml @@ -39,6 +39,7 @@ inputs: output_dir: description: Define a specific output directory required: false + default: "/github/workspace/build" action_version: description: Version of the action container to run deprecationMessage: No longer used. github.action_ref replaces the need for this. Will be removed in a future version.