mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-20 11:46:22 +02:00
Create Paths
for Inputs
enum @ constants.ts
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
This commit is contained in:
parent
f76dce327d
commit
35af186394
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
export enum Inputs {
|
export enum Inputs {
|
||||||
Key = "key",
|
Key = "key",
|
||||||
Path = "path",
|
Path = "path",
|
||||||
|
Paths = "paths",
|
||||||
RestoreKeys = "restore-keys"
|
RestoreKeys = "restore-keys"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue