mirror of
https://git.bjxgj.com/xgj/xgj-actions.git
synced 2025-10-14 03:53:37 +08:00
feat: 更新 npm-install GitHub Action,移除 cache-hash 参数的默认值,提升缓存管理的灵活性,确保用户可以自定义缓存 hash 值以适应不同场景。
This commit is contained in:
@@ -39,7 +39,7 @@ inputs:
|
||||
cache-hash:
|
||||
description: '缓存hash值(推荐使用hashFiles计算)'
|
||||
required: false
|
||||
default: "hashFiles('pnpm-lock.yaml')"
|
||||
default: ""
|
||||
|
||||
outputs:
|
||||
cache-hit:
|
||||
|
Reference in New Issue
Block a user