Update documentation and licenses

Signed-off-by: Gregorio Litenstein <g.litenstein@gmail.com>
This commit is contained in:
Gregorio Litenstein 2023-01-31 11:24:37 -03:00
parent c3e37a8dd8
commit debc4e75e7
No known key found for this signature in database
GPG key ID: 4EB52A1A9CE2C63F
62 changed files with 1250 additions and 448 deletions

View file

@ -35,7 +35,7 @@ inputs:
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
refresh-cache:
description: 'Whether to try and refresh existing caches (requires GITHUB_TOKEN to be present in env)'
description: 'An optional boolean, when enabled it will result in a matched key being deleted after being restored, allowing it to be reused with refreshed/updated content. Default: false'
required: false
default: 'false'
outputs: