mirror of https://github.com/actions/toolkit
Remove unused constants
parent
ce68daa10e
commit
14d8f65f10
|
@ -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…
Reference in New Issue