From 2a0db673b735e216a0b996aa62063061238f55e2 Mon Sep 17 00:00:00 2001 From: Mikhail Katychev Date: Wed, 16 Feb 2022 12:34:54 -0600 Subject: [PATCH] reword --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e51e14..b19e442 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ If you are using this inside a container, a POSIX-compliant `tar` needs to be in ### Outputs * `cache-hit` - A boolean value to indicate an exact match was found for the key -* `cache-restored` - A boolean value to a match was found resulting in a restored cache +* `cache-restored` - A boolean value to indicate a primary key match was found resulting in a restore > See [Skipping steps based on `cache-hit`](#Skipping-steps-based-on-cache-hit) for info on using this output diff --git a/action.yml b/action.yml index a402bc4..daa4c48 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ outputs: cache-hit: description: 'A boolean value to indicate an exact match was found for the primary key' cache-restored: - description: 'A boolean value to indicate an exact or partial match was found resulting in a restore' + description: 'A boolean value to indicate a primary key match was found resulting in a restore' runs: using: 'node16' main: 'dist/restore/index.js'