mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-15 06:10:32 +00:00
docs: fix description for mise_toml input (#351)
As of 5d3e058 , the contents of the `mise_toml` input writes to
`mise.toml` and _not_ the dotfile `.mise.toml` as documented.
This commit is contained in:
parent
cd2d92b2f8
commit
5ff8b6c870
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ inputs:
|
|||
description: If present, this value will be written to the .tool-versions file
|
||||
mise_toml:
|
||||
required: false
|
||||
description: If present, this value will be written to the .mise.toml file
|
||||
description: If present, this value will be written to the mise.toml file
|
||||
install:
|
||||
required: false
|
||||
default: "true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue