1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-05-09 10:59:55 +02:00

Introduce save-only option for parity

This commit is contained in:
Jason T. Greene 2020-02-01 13:53:22 -06:00
parent e44e77f968
commit 42580c43b4
7 changed files with 83 additions and 10 deletions

View file

@ -14,6 +14,9 @@ inputs:
restore-only:
description: 'Disables saving a new cache entry when true'
required: false
save-only:
description: 'Disables downloading and restoring a new cache entry when true'
required: false
outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'