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
We're getting the following warning when running the action:
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
I'm not sure if this is causing any problems or just adding annoying annotations to every GHA run. We're dealing with a separate issue where GHA is failing the workflow because an internal error, and I want to whittle down the possible causes.
The text was updated successfully, but these errors were encountered:
This is a known issue that is planned to be fixed by GitHub Action caches. You can follow Bug: Failed to CreateCacheEntry actions/cache#1541. The information that I received said that this is only a warning that should not appear, so if you are not seeing any other issues you can just ignore it for the moment.
I'll leave this issue open until the cache is fixed although there is nothing the cypress-io/github-action can do about it. We're already using the latest versions of caching dependencies.
We're getting the following warning when running the action:
Step:
I'm not sure if this is causing any problems or just adding annoying annotations to every GHA run. We're dealing with a separate issue where GHA is failing the workflow because an internal error, and I want to whittle down the possible causes.
The text was updated successfully, but these errors were encountered: