https://github.com/actions/cache allows giving it multiple restore-keys and it'll try to prefix-match them in order against existing cache entries. This allows useful setups like having a cache per repository branch, with a fallback to get the cache of the default branch when a branch is new (i.e. a PR just got opened). It would be nice if actions-s3-cache supported this too.
https://github.com/actions/cache allows giving it multiple
restore-keysand it'll try to prefix-match them in order against existing cache entries. This allows useful setups like having a cache per repository branch, with a fallback to get the cache of the default branch when a branch is new (i.e. a PR just got opened). It would be nice ifactions-s3-cachesupported this too.