From 01d12228dd3c13d8980efd11536ca1a5365a7a56 Mon Sep 17 00:00:00 2001 From: Noel Miller Date: Tue, 5 Mar 2024 23:25:18 -0600 Subject: [PATCH] fix: fixed default --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c23a3f6..ab25810 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,7 @@ inputs: output_dir: description: Define a specific output directory required: false - default: "/github/workspace/build" + default: "/build-container-installer/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.