mise-action/dist
Jorge Rodriguez d6d59bb04f
fix: correct cache key precedence to match runtime behavior
The cache key was preferring environment input over process.env.MISE_ENV,
but setEnvVars() does the opposite (existing MISE_ENV takes precedence).
This caused a cache key/runtime mismatch when both were set.

Now both use the same precedence: process.env.MISE_ENV || environment input

This ensures the cache key always matches the actual MISE_ENV value that
will be used at runtime.

Also corrected CHANGELOG.md to remove inaccurate statement about env input.

Fixes precedence inversion identified by Greptile review.
2026-04-21 10:21:54 +02:00
..
index.js fix: correct cache key precedence to match runtime behavior 2026-04-21 10:21:54 +02:00
index.js.map fix: correct cache key precedence to match runtime behavior 2026-04-21 10:21:54 +02:00
licenses.txt fix(deps): update dependency @actions/cache to v6 (#432) 2026-04-11 18:38:18 +00:00