File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ inputs:
32
32
type : string
33
33
description : cache key prefix
34
34
35
- cache-all-crates :
36
- required : false
35
+ cache-workspace-crates :
37
36
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."
39
39
40
40
runs :
41
41
using : composite
84
84
with :
85
85
shared-key : ${{ inputs.cache-key }}
86
86
save-if : ${{ inputs.save-cache == 'true' }}
87
- cache-all -crates : ${{ inputs.cache-all -crates }}
87
+ cache-workspace -crates : ${{ inputs.cache-workspace -crates }}
88
88
89
89
- name : Install Tools
90
90
uses : taiki-e/install-action@0aa4f22591557b744fe31e55dbfcdfea74a073f7 # v2.61.10
You can’t perform that action at this time.
0 commit comments