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:
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
4040runs :
4141 using : composite
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
You can’t perform that action at this time.
0 commit comments