mirror of
https://code.forgejo.org/actions/cache.git
synced 2026-03-16 04:25:56 +03:00
Update documentation and licenses.
This commit is contained in:
parent
2f8900dbfd
commit
4aee8fbad8
35 changed files with 977 additions and 9 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue