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

fix: fixed default

This commit is contained in:
Noel Miller 2024-03-05 23:25:18 -06:00
parent fd273e0329
commit 01d12228dd

View file

@ -39,7 +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" default: "/build-container-installer/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.