Skip to content

Commit b215f3e

Browse files
authored
Fix Cache Search Example (#333)
1 parent bbda22c commit b215f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/actions/guides/caching-dependencies-to-speed-up-workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ For example, if a pull request contains a `feature` branch (the current scope) a
184184
1. Key `npm-feature-` in the `feature` branch scope
185185
2. Key `npm-` in the `feature` branch scope
186186
1. Key `npm-feature-d5ea0750` in the `main` branch scope
187-
3. Key `npm-d5ea0750` in the `main` branch scope
188-
4. Key `npm` in the `main` branch scope
187+
3. Key `npm-feature-` in the `main` branch scope
188+
4. Key `npm-` in the `main` branch scope
189189

190190
### Usage limits and eviction policy
191191

0 commit comments

Comments
 (0)