From 2e6a26bb550e828ee46768dd1507028b4e2b8702 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Sat, 1 Jun 2024 11:12:06 -0500 Subject: [PATCH] fix: deprecated install_dir --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 32aa5e0..ce6a2ae 100644 --- a/action.yml +++ b/action.yml @@ -27,6 +27,9 @@ inputs: install_args: required: false description: Arguments to pass to `mise install` such as "bun" to only install bun + install_dir: + required: false + description: deprecated cache: required: false default: "true" @@ -49,7 +52,6 @@ inputs: description: The log level to use for the action working_directory: required: false - default: "." description: The directory that mise runs in outputs: cache-hit: