mirror of
https://github.com/Swatinem/rust-cache
synced 2026-01-06 20:02:45 +00:00
prepare v2
This commit is contained in:
parent
0497f9301f
commit
622616010e
12 changed files with 106 additions and 65 deletions
10
action.yml
10
action.yml
|
|
@ -2,14 +2,14 @@ name: "Rust Cache"
|
|||
description: "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults."
|
||||
author: "Arpad Borsos <swatinem@swatinem.de>"
|
||||
inputs:
|
||||
shared-key:
|
||||
description: "An additional cache key that is stable over multiple jobs"
|
||||
required: false
|
||||
key:
|
||||
description: "An additional key for the cache"
|
||||
required: false
|
||||
sharedKey:
|
||||
description: "An additional cache key that is stable over multiple jobs"
|
||||
required: false
|
||||
envVars:
|
||||
description: "Additional environment variables to include in the cache key, separeted by spaces"
|
||||
env-vars:
|
||||
description: "Additional environment variables to include in the cache key, separated by spaces"
|
||||
required: false
|
||||
workspaces:
|
||||
description: "Paths to multiple Cargo workspaces and their target directories, separated by newlines"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue