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
Right, so we need to make the value of working-directory: part of the cache key.
Until then, a workaround is to use cache-version: <working-directory> to ensure a separate cache per working directory.
Using the caching functionality of the action various times using different working-directories leads to incorrectly restored caches.
First workflow runs and caches
website/vendor/bundle
Second workflow runs and restores the cache:
Then the cache gets restored in
website/vendor/bundle
instead ofvendor/bundle
.bundle install
runs normally as it is configured to usevendor/bundle
Example of the second workflow.
jekyll build
fails here as it picks up files inwebsite/vendor/bundle
The text was updated successfully, but these errors were encountered: