mirror of
https://code.forgejo.org/actions/cache.git
synced 2026-03-21 23:15:58 +03:00
Add a restore-only option to support pulling without saving a cache entry
This commit is contained in:
parent
e43776276f
commit
e44e77f968
4 changed files with 56 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
export enum Inputs {
|
||||
Key = "key",
|
||||
Path = "path",
|
||||
RestoreKeys = "restore-keys"
|
||||
RestoreKeys = "restore-keys",
|
||||
RestoreOnly = "restore-only"
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue