fix: deprecated install_dir

This commit is contained in:
Jeff Dickey 2024-06-01 11:12:06 -05:00
parent 5f5bc9d57c
commit 2e6a26bb55
No known key found for this signature in database
GPG key ID: 584DADE86724B407

View file

@ -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: