jdx / mise-action

MIT License
61 stars 7 forks source link

fix: fix cache_save option #144

Closed risu729 closed 1 week ago

risu729 commented 1 week ago

fixes #130

Non-string values will be converted to a string via JSON.stringify https://github.com/actions/toolkit/blob/bb2278e5cfbb40afc20890c415e9ffa836631cd5/packages/core/src/core.ts#L345-L359

core.saveState saves the value as string, so we need to get the saved state as a string