Closed risu729 closed 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
core.saveState
fixes #130
core.saveState
saves the value as string, so we need to get the saved state as a string