1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

fix: added default

This commit is contained in:
Noel Miller 2024-03-05 16:49:32 -06:00
parent c2fb744df6
commit 0067705b68

View file

@ -39,6 +39,7 @@ inputs:
output_dir: output_dir:
description: Define a specific output directory description: Define a specific output directory
required: false required: false
default: "/github/workspace/build"
action_version: action_version:
description: Version of the action container to run 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. deprecationMessage: No longer used. github.action_ref replaces the need for this. Will be removed in a future version.