mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-05-01 23:55:52 +00:00
Allow updating caches
This commit is contained in:
parent
5a3ec84eff
commit
39c1f23499
7 changed files with 4317 additions and 11829 deletions
|
@ -5,7 +5,8 @@ export enum Inputs {
|
|||
UploadChunkSize = "upload-chunk-size", // Input for cache, save action
|
||||
EnableCrossOsArchive = "enableCrossOsArchive", // Input for cache, restore, save action
|
||||
FailOnCacheMiss = "fail-on-cache-miss", // Input for cache, restore action
|
||||
LookupOnly = "lookup-only" // Input for cache, restore action
|
||||
LookupOnly = "lookup-only", // Input for cache, restore action
|
||||
RefreshCache = "refresh-cache" // Input for cache, save action
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue