1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-03 21:17:47 +02:00

updated strict restore default value

This commit is contained in:
Sankalp Kotewar 2022-11-22 07:24:29 +00:00 committed by GitHub
parent 78b088d460
commit 9bdf00934d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'