docs: fix description for mise_toml input#351
Merged
Merged
Conversation
As of 5d3e058 , the contents of the `mise_toml` input writes to `mise.toml` and _not_ the dotfile `.mise.toml` as documented.
Merged
jdx
pushed a commit
that referenced
this pull request
Jan 18, 2026
--- ## [3.6.0](https://github.com/jdx/mise-action/compare/v3.5.1..v3.6.0) - 2026-01-18 ### 🚀 Features - add option to disable shims in PATH (#340) by [@jdx](https://github.com/jdx) in [#340](#340) ### 🐛 Bug Fixes - **(cache)** isolate cache keys per working_directory in monorepos (#360) by [@chadxz](https://github.com/chadxz) in [#360](#360) - use mise_dir input when specified (#339) by [@jdx](https://github.com/jdx) in [#339](#339) - pass environment variables to mise commands (#341) by [@jdx](https://github.com/jdx) in [#341](#341) - make mise self-update output visible in logs (#355) by [@nikobockerman](https://github.com/nikobockerman) in [#355](#355) ### 📚 Documentation - fix description for `mise_toml` input (#351) by [@quad](https://github.com/quad) in [#351](#351) ### New Contributors * @chadxz made their first contribution in [#360](#360) * @nikobockerman made their first contribution in [#355](#355) * @quad made their first contribution in [#351](#351) <!-- generated by git-cliff -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As of 5d3e058 , the contents of the
mise_tomlinput writes tomise.tomland not the dotfile.mise.tomlas documented.Note
Updates documentation in
action.ymlto accurately state that themise_tomlinput writes tomise.toml(not.mise.toml).Written by Cursor Bugbot for commit 8d712c5. This will update automatically on new commits. Configure here.