mirror of https://github.com/actions/cache.git
Create `Paths` for `Inputs` enum @ `constants.ts`
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
This commit is contained in:
parent
f76dce327d
commit
35af186394
src
|
@ -1,6 +1,7 @@
|
|||
export enum Inputs {
|
||||
Key = "key",
|
||||
Path = "path",
|
||||
Paths = "paths",
|
||||
RestoreKeys = "restore-keys"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue