prepare v2

This commit is contained in:
Arpad Borsos
2022-07-16 12:38:38 +02:00
parent 0497f9301f
commit 622616010e
12 changed files with 106 additions and 65 deletions

View File

@ -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"