Skip to content

Conversation

@risu729
Copy link
Contributor

@risu729 risu729 commented Oct 1, 2025

Fixes #276


Note

Replaces commas in MISE_ENV with hyphens when constructing the cache key to ensure stable/valid keys.

  • Cache Key Generation:
    • In src/index.ts, normalizes MISE_ENV via replace(/,/g, '-') and uses it as mise_env when building the cache key template.

Written by Cursor Bugbot for commit 899df93. This will update automatically on new commits. Configure here.

@risu729 risu729 requested a review from jdx as a code owner October 1, 2025 20:29
@jdx
Copy link
Owner

jdx commented Oct 1, 2025

Bugbot run

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no bugs!


@jdx jdx merged commit 2f998c0 into jdx:main Oct 2, 2025
17 checks passed
@risu729 risu729 deleted the patch-1 branch October 2, 2025 01:12
@veimox veimox mentioned this pull request Oct 3, 2025
@mise-en-dev mise-en-dev mentioned this pull request Oct 3, 2025
jdx pushed a commit that referenced this pull request Oct 3, 2025
---
## [3.3.0](https://github.com/jdx/mise-action/compare/v3.2.0..v3.3.0) -
2025-10-03

### 🚀 Features

- use self-update to modify version if mise is already installed (#277)
by [@ImpSy](https://github.com/ImpSy) in
[#277](#277)

### 🐛 Bug Fixes

- **(cache)** replace `,` in `MISE_ENV` with `-` (#278) by
[@risu729](https://github.com/risu729) in
[#278](#278)
- correct Renovate allowedPostUpgradeCommands configuration by
[@jdx](https://github.com/jdx) in
[4313941](4313941)

### ⚙️ Miscellaneous Tasks

- **(config)** migrate renovate config (#263) by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#263](#263)
- updated deps by [@jdx](https://github.com/jdx) in
[5795893](5795893)

### New Contributors

* @ImpSy made their first contribution in
[#277](#277)

<!-- generated by git-cliff -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 Bug: Cache key malformed when using multiple environments leads to error

2 participants