3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-06-13 08:35:37 +00:00

Update documentation and licenses.

This commit is contained in:
Gregorio Litenstein 2023-01-31 11:24:37 -03:00
parent e7e8bcb819
commit f2b3cc4dff
No known key found for this signature in database
GPG key ID: 4EB52A1A9CE2C63F
38 changed files with 928 additions and 24 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: