fix: deprecated install_dir
This commit is contained in:
parent
5f5bc9d57c
commit
2e6a26bb55
1 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,9 @@ inputs:
|
||||||
install_args:
|
install_args:
|
||||||
required: false
|
required: false
|
||||||
description: Arguments to pass to `mise install` such as "bun" to only install bun
|
description: Arguments to pass to `mise install` such as "bun" to only install bun
|
||||||
|
install_dir:
|
||||||
|
required: false
|
||||||
|
description: deprecated
|
||||||
cache:
|
cache:
|
||||||
required: false
|
required: false
|
||||||
default: "true"
|
default: "true"
|
||||||
|
@ -49,7 +52,6 @@ inputs:
|
||||||
description: The log level to use for the action
|
description: The log level to use for the action
|
||||||
working_directory:
|
working_directory:
|
||||||
required: false
|
required: false
|
||||||
default: "."
|
|
||||||
description: The directory that mise runs in
|
description: The directory that mise runs in
|
||||||
outputs:
|
outputs:
|
||||||
cache-hit:
|
cache-hit:
|
||||||
|
|
Loading…
Add table
Reference in a new issue