cache icon indicating copy to clipboard operation
cache copied to clipboard

Normalize path in version hash

Open dhadka opened this issue 4 years ago • 2 comments

As suggested by @mzabaluev in https://github.com/actions/cache/pull/343#pullrequestreview-423013155, the logic to calculate the version hash could consider other normalizations to the path, including:

  1. Sorting the paths so the version hash is independent of the ordering
  2. Removing additional whitespace in glob patterns, such as any space between ! and the path.

dhadka avatar Jun 02 '20 22:06 dhadka

This issue is stale because it has been open for 365 days with no activity. Leave a comment to avoid closing this issue in 5 days.

github-actions[bot] avatar Dec 23 '21 08:12 github-actions[bot]

Any progress on this or #473?

mzabaluev avatar Dec 23 '21 10:12 mzabaluev