3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-01-06 11:52:45 +00:00

Add support for the cache-hit output

This commit is contained in:
Austin Jones 2020-12-21 21:56:41 -05:00 committed by Arpad Borsos
parent be44a3e6ff
commit 27793b3b80
2 changed files with 13 additions and 0 deletions

View file

@ -11,6 +11,9 @@ inputs:
working-directory:
description: "The working directory this action should operate in"
required: false
outputs:
cache-hit:
description: 'A boolean value that indicates an exact match was found'
runs:
using: "node12"
main: "dist/restore/index.js"