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

Added default value to strict restore input

This commit is contained in:
Sankalp Kotewar 2022-11-17 18:44:48 +00:00 committed by GitHub
parent 7924423105
commit 82174f3e1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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