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
While the cache-hit output tells us whether a cache was found, the action currently does not expose which "cache key" was used.
Justification:
A cache-key could be helpful to manually purge caches created in a pull request upon pull request closure. In very active repos, 10GB cache limit could cause the default branch cache to be purged prior to pull request (branch) caches. Providing a cache-key would allow folks to choose whether to purge caches manually. Combined with #663 this could give users more flexibility in controlling caches.
Are you willing to submit a PR?
Yes, I'll see if I can find some time create a PR.
The text was updated successfully, but these errors were encountered:
Description:
While the
cache-hit
output tells us whether a cache was found, the action currently does not expose which "cache key" was used.Justification:
A
cache-key
could be helpful to manually purge caches created in a pull request upon pull request closure. In very active repos, 10GB cache limit could cause the default branch cache to be purged prior to pull request (branch) caches. Providing acache-key
would allow folks to choose whether to purge caches manually. Combined with #663 this could give users more flexibility in controlling caches.Are you willing to submit a PR?
Yes, I'll see if I can find some time create a PR.
The text was updated successfully, but these errors were encountered: