fix: 为 pnpm-install action 的缓存拉取步骤添加容错处理,避免缓存失败中断工作流

This commit is contained in:
Lyda
2026-06-09 16:45:53 +08:00
parent 748a54873b
commit 7ef07145a6
+1
View File
@@ -174,6 +174,7 @@ runs:
- name: 拉取缓存
id: cache
uses: actions/cache@v4
continue-on-error: true
with:
path: ${{ steps.cache-path.outputs.path }}
key: ${{ steps.cache-key.outputs.key }}