mirror of
https://code.forgejo.org/actions/cache.git
synced 2026-03-15 20:15:54 +03:00
Allow updating caches
This commit is contained in:
parent
b7e8d49f17
commit
4a63031112
7 changed files with 474 additions and 70 deletions
|
|
@ -34,6 +34,10 @@ inputs:
|
|||
save-always does not work as intended and will be removed in a future release.
|
||||
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)'
|
||||
required: false
|
||||
default: 'false'
|
||||
outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate an exact match was found for the primary key'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue