Skip to content

Commit 5e7ddba

Browse files
committed
cache-workspace-crates
1 parent 5ce10b0 commit 5e7ddba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ inputs:
3232
type: string
3333
description: cache key prefix
3434

35-
cache-all-crates:
36-
required: false
35+
cache-workspace-crates:
3736
default: false
38-
description: "Determines which crates are cached. If `true` all crates will be cached, otherwise only dependent crates will be cached."
37+
required: false
38+
description: "Similar to cache-all-crates. If `true` the workspace crates will be cached."
3939

4040
runs:
4141
using: composite
@@ -84,7 +84,7 @@ runs:
8484
with:
8585
shared-key: ${{ inputs.cache-key }}
8686
save-if: ${{ inputs.save-cache == 'true' }}
87-
cache-all-crates: ${{ inputs.cache-all-crates }}
87+
cache-workspace-crates: ${{ inputs.cache-workspace-crates }}
8888

8989
- name: Install Tools
9090
uses: taiki-e/install-action@0aa4f22591557b744fe31e55dbfcdfea74a073f7 # v2.61.10

0 commit comments

Comments
 (0)