Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update bundler cache key generation
Simplify the generation of the bundler cache key by including the repository name in the key. This ensures that the cache is specific to the repository being worked on. The previous key generation included the complete working directory path, but the working directory of hosted and self-hosted runners are different, so cache hits miss on self-hosted or vice-versa.
- Loading branch information