You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -448,11 +448,11 @@ because they try to upload with the same cache key.
448
448
You might see errors like
449
449
`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`
450
450
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`
452
452
453
453
When a workflow runs for the first time on a branch and has a new cache key, because the
454
454
[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.
456
456
457
457
While this might be irritating at first, it is expected behaviour and the cache will be created
0 commit comments