Update documentation and licenses.

This commit is contained in:
Gregorio Litenstein 2023-01-31 11:24:37 -03:00
parent 2f8900dbfd
commit 4aee8fbad8
No known key found for this signature in database
GPG key ID: 4EB52A1A9CE2C63F
35 changed files with 977 additions and 9 deletions

View file

@ -21,6 +21,8 @@ A cache today is immutable and cannot be updated. But some use cases require the
```
Please note that this will create a new cache on every run and hence will consume the cache [quota](./README.md#cache-limits).
As a way to get around this limitation, the `refresh-cache` option exists. The way this works is, after matching a key and restoring a cache, it makes a request directly to the Github API and deletes the contents of that cache entry, then leaving said key free to be updated.
- Note, however, that this requires the `actions: write` permission on your workflow.
## Use cache across feature branches