From 7b2b112bf9f452f7a4dfa134a83cada00c1b07b1 Mon Sep 17 00:00:00 2001 From: jongwooo Date: Mon, 26 Dec 2022 13:49:41 +0900 Subject: [PATCH] docs: Remove use-cache input related descriptions --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3a915fb..5a5f705 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ Create a workflow `.yml` file in your repositories `.github/workflows` directory ### Inputs -- `use-cache` - A boolean value to enable/disable conditional page build. - `key` - An explicit key for restoring and saving the cache. - `restore-keys` - An ordered list of keys to use for restoring stale cache if no cache hit occurred for key.