mirror of
https://github.com/actions/cache.git
synced 2025-04-22 12:06:45 +00:00
Introduce save-only option for parity
This commit is contained in:
parent
e44e77f968
commit
42580c43b4
7 changed files with 83 additions and 10 deletions
|
@ -2,7 +2,8 @@ export enum Inputs {
|
|||
Key = "key",
|
||||
Path = "path",
|
||||
RestoreKeys = "restore-keys",
|
||||
RestoreOnly = "restore-only"
|
||||
RestoreOnly = "restore-only",
|
||||
SaveOnly = "save-only"
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue