mise-action/dist
Risu 2f998c07b7
fix(cache): replace , in MISE_ENV with - (#278)
Fixes https://github.com/jdx/mise-action/issues/276

<!-- CURSOR_SUMMARY -->
---

> [!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.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
899df938a6. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
2025-10-01 19:16:12 -05:00
..
index.js fix(cache): replace , in MISE_ENV with - (#278) 2025-10-01 19:16:12 -05:00
index.js.map fix(cache): replace , in MISE_ENV with - (#278) 2025-10-01 19:16:12 -05:00
licenses.txt feat: add configurable cache key with template variable support (#246) 2025-08-19 10:59:36 -05:00
sourcemap-register.js feat: support windows (#122) 2024-09-25 21:27:52 +00:00