Skip to content

Commit 72002e8

Browse files
authored
Fix wrong warning message in FAQ (#337)
1 parent 19df292 commit 72002e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -448,11 +448,11 @@ because they try to upload with the same cache key.
448448
You might see errors like
449449
`Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists`
450450

451-
### Why do I see warnings like `Cache not found for keys`
451+
### Why do I see warnings like `No GitHub Actions cache found for key`
452452

453453
When a workflow runs for the first time on a branch and has a new cache key, because the
454454
[cache-dependency-glob](#cache-dependency-glob) found changed files (changed dependencies),
455-
the cache will not be found and the warning `Cache not found for keys` will be printed.
455+
the cache will not be found and the warning `No GitHub Actions cache found for key` will be printed.
456456

457457
While this might be irritating at first, it is expected behaviour and the cache will be created
458458
and reused in later workflows.

0 commit comments

Comments
 (0)