ci: keep Crabbox hydrate runs reusable · openclaw/openclaw@489ea84
steipete
·
2026-05-23
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -27,6 +27,10 @@ inputs:
|
27 | 27 | description: Whether to use --frozen-lockfile for install. |
28 | 28 | required: false |
29 | 29 | default: "true" |
| 30 | +use-actions-cache: |
| 31 | +description: Whether to restore and save the pnpm store with actions/cache. |
| 32 | +required: false |
| 33 | +default: "true" |
30 | 34 | runs: |
31 | 35 | using: composite |
32 | 36 | steps: |
@@ -43,6 +47,7 @@ runs:
|
43 | 47 | node-version: ${{ inputs.node-version }} |
44 | 48 | pnpm-version: ${{ inputs.pnpm-version }} |
45 | 49 | cache-key-suffix: ${{ inputs.cache-key-suffix }} |
| 50 | +use-actions-cache: ${{ inputs.use-actions-cache }} |
46 | 51 | |
47 | 52 | - name: Setup Bun |
48 | 53 | if: inputs.install-bun == 'true' |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。