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:
Scott Robinson 2026-01-06 00:13:32 +11:00 committed by GitHub
parent cd2d92b2f8
commit 5ff8b6c870
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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