mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-07 10:52:56 +08:00
Remove unused constants
This commit is contained in:
parent
ce68daa10e
commit
14d8f65f10
6
packages/cache/src/internal/constants.ts
vendored
6
packages/cache/src/internal/constants.ts
vendored
@ -11,12 +11,6 @@ export enum CompressionMethod {
|
|||||||
Zstd = 'zstd'
|
Zstd = 'zstd'
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum TarOperation {
|
|
||||||
Create = 'create',
|
|
||||||
List = 'list',
|
|
||||||
Extract = 'extract'
|
|
||||||
}
|
|
||||||
|
|
||||||
// The default number of retry attempts.
|
// The default number of retry attempts.
|
||||||
export const DefaultRetryAttempts = 2
|
export const DefaultRetryAttempts = 2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user