mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 22:00:34 +00:00
fix: fix cache_save option (#144)
This commit is contained in:
parent
53d027c2e9
commit
2d33c855a3
3 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ export async function run(): Promise<void> {
|
|||
}
|
||||
|
||||
async function cacheMiseTools(): Promise<void> {
|
||||
if (!core.getState('CACHE')) {
|
||||
if (core.getState('CACHE') !== 'true') {
|
||||
core.info('Skipping saving cache')
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue