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
Description:
In their docs, actions/cache documents a workflow where you use the GitHub CLI to manually delete caches so that your caches on main don't end up being removed.
If cache-primary-key and cache-matched-key outputs were added to match actions/cache/restore (see its action.yml), users could add an optional step to delete the previous cache.
Description:
In their docs,
actions/cache
documents a workflow where you use the GitHub CLI to manually delete caches so that your caches on main don't end up being removed.If
cache-primary-key
andcache-matched-key
outputs were added to matchactions/cache/restore
(see its action.yml), users could add an optional step to delete the previous cache.https://github.com/actions/cache/blob/main/tips-and-workarounds.md
Justification:
Like #1151 this would give users more flexibility around caching without having to opt out the caching from
actions/setup-node
.Are you willing to submit a PR?
If I can find the time
Resources
cache-hit
output ofactions/cache
and what would be best in the next major version. Cache-Hit set to string, not boolean, as of v4.1.0 cache#1466The text was updated successfully, but these errors were encountered: