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'