mirror of
https://github.com/Swatinem/rust-cache.git
synced 2024-11-23 22:56:08 +08:00
19 lines
536 B
YAML
19 lines
536 B
YAML
name: "Rust Cache"
|
|
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 additional key for the cache"
|
|
required: false
|
|
working-directory:
|
|
description: "The working directory this action should operate in"
|
|
required: false
|
|
runs:
|
|
using: "node12"
|
|
main: "dist/restore/index.js"
|
|
post: "dist/save/index.js"
|
|
post-if: "success()"
|
|
branding:
|
|
icon: "archive"
|
|
color: "gray-dark"
|