From 5ff8b6c87089a23d44f61309fd05300c2f616b73 Mon Sep 17 00:00:00 2001 From: Scott Robinson Date: Tue, 6 Jan 2026 00:13:32 +1100 Subject: [PATCH] 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. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c3b943e..76da988 100644 --- a/action.yml +++ b/action.yml @@ -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"