3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-02-07 11:32:15 +00:00

feat: add save-if option, closes #66

This commit is contained in:
Lucas Nogueira 2022-11-06 15:00:35 -03:00
parent b894d59a8d
commit bcbd604d7b
No known key found for this signature in database
GPG key ID: C54D79C4018F1D19
3 changed files with 13 additions and 1 deletions

View file

@ -28,6 +28,10 @@ inputs:
cache-on-failure:
description: "Cache even if the build fails. Defaults to false."
required: false
save-if:
description: "Determiners whether the cache should be saved. If `false`, the cache is only restored."
required: false
default: "true"
outputs:
cache-hit:
description: "A boolean value that indicates an exact match was found."