github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Configurable restore keys for caches

Open ManasJayanth opened this issue 1 year ago • 0 comments

Since #24 , we no longer have multiple restore key candidates for cache restore. They were hardcoded in the action source, where as, it should have been a configurable field. Aside, from the fact that it interfered with user's intention cache busting measures.

We need a new configurable field where users can specify a list of restore key candidates.

ManasJayanth avatar Jul 19 '24 01:07 ManasJayanth