mirror of
https://github.com/Swatinem/rust-cache
synced 2025-10-27 19:19:23 +00:00
initial commit
This commit is contained in:
commit
99970e092c
12 changed files with 111031 additions and 0 deletions
15
action.yml
Normal file
15
action.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: "Rust Cache"
|
||||
description: "A GitHub Action that implements smart caching for rust/cargo projects"
|
||||
author: "Arpad Borsos <arpad.borsos@googlemail.com>"
|
||||
inputs:
|
||||
key:
|
||||
description: "An explicit key for restoring and saving the target cache"
|
||||
required: false
|
||||
runs:
|
||||
using: "node12"
|
||||
main: "dist/restore/index.js"
|
||||
post: "dist/save/index.js"
|
||||
post-if: "success()"
|
||||
branding:
|
||||
icon: "archive"
|
||||
color: "gray-dark"
|
||||
Loading…
Add table
Add a link
Reference in a new issue