mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-15 06:10:32 +00:00
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. |
||
|---|---|---|
| .. | ||
| index.js | ||
| index.js.map | ||
| licenses.txt | ||