From 22cbf49050c8786eaada2e90f2f3c4ea0fb20ad5 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Mon, 16 Jan 2023 13:11:13 +0100 Subject: [PATCH] Fix referenced output key in save action readme (#1061) Co-authored-by: Vipul Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> --- save/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/save/README.md b/save/README.md index fb6fe90..139b136 100644 --- a/save/README.md +++ b/save/README.md @@ -54,7 +54,7 @@ Case 1: Where an user would want to reuse the key as it is ```yaml uses: actions/cache/save@v3 with: - key: ${{ steps.restore-cache.outputs.key }} + key: ${{ steps.restore-cache.outputs.cache-primary-key }} ``` Case 2: Where the user would want to re-evaluate the key