mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-06-10 00:11:15 +08:00
Add reeval
& only-restore
boolean input parameters
* implement only-restore within save
This commit is contained in:
parent
c3f1317a9e
commit
4827442d41
4 changed files with 64 additions and 48 deletions
|
@ -1,6 +1,8 @@
|
|||
export enum Inputs {
|
||||
Key = "key",
|
||||
OnlyRestore = "only-restore",
|
||||
Path = "path",
|
||||
Reeval = "reeval",
|
||||
RestoreKeys = "restore-keys",
|
||||
UploadChunkSize = "upload-chunk-size"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue