fix: 为 pnpm-install action 的缓存拉取步骤添加容错处理,避免缓存失败中断工作流
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user