From 2651af21b98f1d9b26ccb0756ed9b3ae66ae2208 Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Fri, 9 Oct 2020 10:59:19 +0200 Subject: [PATCH] Fix Cache Search Example --- .../guides/caching-dependencies-to-speed-up-workflows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/actions/guides/caching-dependencies-to-speed-up-workflows.md b/content/actions/guides/caching-dependencies-to-speed-up-workflows.md index 36c25cb0946d..497bcad57e58 100644 --- a/content/actions/guides/caching-dependencies-to-speed-up-workflows.md +++ b/content/actions/guides/caching-dependencies-to-speed-up-workflows.md @@ -184,8 +184,8 @@ For example, if a pull request contains a `feature` branch (the current scope) a 1. Key `npm-feature-` in the `feature` branch scope 2. Key `npm-` in the `feature` branch scope 1. Key `npm-feature-d5ea0750` in the `main` branch scope -3. Key `npm-d5ea0750` in the `main` branch scope -4. Key `npm` in the `main` branch scope +3. Key `npm-feature-` in the `main` branch scope +4. Key `npm-` in the `main` branch scope ### Usage limits and eviction policy