updated strict restore default value

pull/994/head
Sankalp Kotewar 3 years ago committed by GitHub
parent 78b088d460
commit 9bdf00934d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ inputs:
strict-restore:
description: 'Fail the workflow if the cache is not found for the given key.'
required: false
default: "false"
default: "no"
outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'

Loading…
Cancel
Save