From fdfbf44125980d8dcbf25ad898123e7e3e803ff4 Mon Sep 17 00:00:00 2001
From: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Date: Thu, 9 Feb 2023 16:42:22 +0100
Subject: [PATCH] Update README

---
 check/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check/README.md b/check/README.md
index 930771f..c7f8c13 100644
--- a/check/README.md
+++ b/check/README.md
@@ -7,7 +7,7 @@ The check action checks if a cache entry exists without actually downloading it.
 * `path` - A list of files, directories, and wildcard patterns to cache and restore. See [`@actions/glob`](https://github.com/actions/toolkit/tree/main/packages/glob) for supported patterns.
 * `key` - String used while saving cache for restoring the cache
 * `restore-keys` - An ordered list of prefix-matched keys to use for restoring stale cache if no cache hit occurred for key.
-* `fail-on-cache-miss` - Fail the workflow if cache entry is not found. Default: false
+* `fail-on-cache-miss` - Fail the workflow if cache entry is not found. Default: `false`
 
 ## Outputs