mirror of
https://github.com/Swatinem/rust-cache
synced 2025-11-02 13:47:51 +00:00
merge all the caches and simplify
This commit is contained in:
parent
f77cb1be47
commit
e8e3c57b3b
8 changed files with 197 additions and 259 deletions
|
|
@ -1,9 +1,9 @@
|
|||
name: "Rust Cache"
|
||||
description: "A GitHub Action that implements smart caching for rust/cargo projects"
|
||||
description: "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults."
|
||||
author: "Arpad Borsos <arpad.borsos@googlemail.com>"
|
||||
inputs:
|
||||
key:
|
||||
description: "An explicit key for restoring and saving the target cache"
|
||||
description: "An additional key for the cache"
|
||||
required: false
|
||||
runs:
|
||||
using: "node12"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue